for-God-has-redeemed-us-all

This commit is contained in:
Fox McCloud
2019-09-30 16:49:15 -04:00
parent 2224229fad
commit a469d0fcf2
53 changed files with 485 additions and 406 deletions
+8 -7
View File
@@ -17,13 +17,14 @@
var/pattern_idx=0
/obj/machinery/constructable_frame/deconstruct(disassembled = TRUE)
new /obj/item/stack/sheet/metal(src.loc, 5)
if(state >= 3)
var/obj/item/stack/cable_coil/A = new /obj/item/stack/cable_coil(loc)
A.amount = 5
if(circuit)
circuit.forceMove(loc)
circuit = null
if(!(flags & NODECONSTRUCT))
new /obj/item/stack/sheet/metal(loc, 5)
if(state >= 3)
var/obj/item/stack/cable_coil/A = new /obj/item/stack/cable_coil(loc)
A.amount = 5
if(circuit)
circuit.forceMove(loc)
circuit = null
return ..()
/obj/machinery/constructable_frame/obj_break(damage_flag)