Replace all secondary flags with bitflags stored in the flags_2 var
This commit is contained in:
@@ -120,7 +120,7 @@ GLOBAL_LIST_EMPTY(rad_collectors)
|
||||
|
||||
|
||||
/obj/machinery/power/rad_collector/obj_break(damage_flag)
|
||||
if(!(stat & BROKEN) && !(flags & NODECONSTRUCT))
|
||||
if(!(stat & BROKEN) && !(flags_1 & NODECONSTRUCT_1))
|
||||
eject()
|
||||
stat |= BROKEN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user