mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fixing the can hold list of the circuit bag again
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user