Revert "Little but possibly hella important fixes"

This commit is contained in:
LetterJay
2017-03-15 20:20:22 -05:00
committed by GitHub
parent be00b14221
commit ed435e7e2f
4 changed files with 5 additions and 7 deletions

View File

@@ -219,7 +219,7 @@ var/datum/subsystem/air/SSair
var/turf/open/T = currentrun[currentrun.len] var/turf/open/T = currentrun[currentrun.len]
currentrun.len-- currentrun.len--
if (T) if (T)
T.process(fire_count) T.process_cell(fire_count)
if (MC_TICK_CHECK) if (MC_TICK_CHECK)
return return

View File

@@ -99,9 +99,8 @@ var/datum/subsystem/processing/overlays/SSoverlays
overlays[i] = iconstate2appearance(overlays[i]) overlays[i] = iconstate2appearance(overlays[i])
else else
var/image/I = overlays[i] var/image/I = overlays[i]
appearance_bro.appearance = I appearance_bro.appearance = overlays[i]
if(isturf(src)) appearance_bro.dir = I.dir
appearance_bro.dir = I.dir
overlays[i] = appearance_bro.appearance overlays[i] = appearance_bro.appearance
var/list/cached_overlays = our_overlays //sanic var/list/cached_overlays = our_overlays //sanic
@@ -130,9 +129,8 @@ var/datum/subsystem/processing/overlays/SSoverlays
overlays[i] = iconstate2appearance(overlays[i]) overlays[i] = iconstate2appearance(overlays[i])
else else
var/image/I = overlays[i] var/image/I = overlays[i]
appearance_bro.appearance = I appearance_bro.appearance = overlays[i]
if(isturf(src)) appearance_bro.dir = I.dir
appearance_bro.dir = I.dir
overlays[i] = appearance_bro.appearance overlays[i] = appearance_bro.appearance
LAZYINITLIST(our_overlays) //always initialized after this point LAZYINITLIST(our_overlays) //always initialized after this point

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB