More compat (#17228)

* some more 516 compat

* .

* also we should keep that equal

* fix

* .

* .

* .

* .

* .

* .

* .
This commit is contained in:
Kashargul
2025-03-02 01:52:57 +01:00
committed by GitHub
parent 00cc01ccca
commit 1a19de6ca3
14 changed files with 32 additions and 25 deletions
@@ -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"