mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Revert "Little but possibly hella important fixes"
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user