Fixing the can hold list of the circuit bag again

This commit is contained in:
Sharkmare
2020-01-12 00:13:22 +01:00
committed by GitHub
parent 2c56213530
commit 2d3990b23e

View File

@@ -272,7 +272,9 @@
/obj/item/device/integrated_electronics,
/obj/item/weapon/tool/crowbar,
/obj/item/weapon/tool/screwdriver,
/obj/item/device/multitool
/obj/item/device/multitool,
/obj/item/device/integrated_electronics/wirer, //CHOMP Edit
/obj/item/device/integrated_electronics/debugger //CHOMP Edit
)
cant_hold = list(/obj/item/weapon/tool/screwdriver/power)
@@ -557,4 +559,4 @@
if(IC.spawn_flags & spawn_flags_to_use)
for(var/i = 1 to 4)
new IC.type(src)
make_exact_fit()
make_exact_fit()