Replace all secondary flags with bitflags stored in the flags_2 var
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
|
||||
|
||||
/obj/structure/particle_accelerator/deconstruct(disassembled = TRUE)
|
||||
if(!(flags & NODECONSTRUCT))
|
||||
if(!(flags_1 & NODECONSTRUCT_1))
|
||||
new /obj/item/stack/sheet/metal (loc, 5)
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user