Replace all secondary flags with bitflags stored in the flags_2 var
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
|
||||
/obj/structure/tank_dispenser/deconstruct(disassembled = TRUE)
|
||||
if(!(flags & NODECONSTRUCT))
|
||||
if(!(flags_1 & NODECONSTRUCT_1))
|
||||
for(var/X in src)
|
||||
var/obj/item/I = X
|
||||
I.forceMove(loc)
|
||||
|
||||
Reference in New Issue
Block a user