mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
More compat (#17228)
* some more 516 compat * . * also we should keep that equal * fix * . * . * . * . * . * . * .
This commit is contained in:
@@ -276,7 +276,6 @@
|
||||
)
|
||||
|
||||
/obj/item/storage/bag/circuits/basic/Initialize(mapload)
|
||||
. = ..()
|
||||
new /obj/item/storage/bag/circuits/mini/arithmetic(src)
|
||||
new /obj/item/storage/bag/circuits/mini/trig(src)
|
||||
new /obj/item/storage/bag/circuits/mini/input(src)
|
||||
@@ -295,9 +294,9 @@
|
||||
new /obj/item/tool/screwdriver(src)
|
||||
new /obj/item/tool/crowbar(src)
|
||||
make_exact_fit()
|
||||
. = ..()
|
||||
|
||||
/obj/item/storage/bag/circuits/all/Initialize()
|
||||
. = ..()
|
||||
new /obj/item/storage/bag/circuits/mini/arithmetic/all(src)
|
||||
new /obj/item/storage/bag/circuits/mini/trig/all(src)
|
||||
new /obj/item/storage/bag/circuits/mini/input/all(src)
|
||||
@@ -320,6 +319,7 @@
|
||||
new /obj/item/integrated_electronics/debugger(src)
|
||||
new /obj/item/tool/crowbar(src)
|
||||
make_exact_fit()
|
||||
. = ..()
|
||||
|
||||
/obj/item/storage/bag/circuits/mini
|
||||
name = "circuit box"
|
||||
|
||||
Reference in New Issue
Block a user