mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
//Assemblies
|
||||
|
||||
/obj/item/device/laser_assembly/medium
|
||||
/obj/item/laser_assembly/medium
|
||||
name = "laser assembly (medium)"
|
||||
base_icon_state = "medium"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
size = CHASSIS_MEDIUM
|
||||
modifier_cap = 4
|
||||
|
||||
/obj/item/device/laser_assembly/large
|
||||
/obj/item/laser_assembly/large
|
||||
name = "laser assembly (large)"
|
||||
base_icon_state = "large"
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
size = CHASSIS_LARGE
|
||||
modifier_cap = 5
|
||||
|
||||
/obj/item/device/laser_assembly/admin
|
||||
/obj/item/laser_assembly/admin
|
||||
name = "laser assembly (obscene)"
|
||||
base_icon_state = "large"
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
|
||||
Reference in New Issue
Block a user