mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
Makes burn_state use defines
This commit is contained in:
@@ -39,7 +39,7 @@ var/datum/subsystem/objects/SSobj
|
||||
continue
|
||||
SSobj.processing.Remove(thing)
|
||||
for(var/obj/burningobj in SSobj.burning)
|
||||
if(burningobj && (burningobj.burn_state == 1))
|
||||
if(burningobj && (burningobj.burn_state == ON_FIRE))
|
||||
if(burningobj.burn_world_time < world.time)
|
||||
burningobj.burn()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user