Merge pull request #290 from Citadel-Station-13/revert-289-master
Revert "Overlay fix"
This commit is contained in:
@@ -100,11 +100,9 @@ var/datum/subsystem/processing/overlays/SSoverlays
|
||||
else
|
||||
var/image/I = overlays[i]
|
||||
appearance_bro.appearance = I
|
||||
if(ishuman(src))
|
||||
overlays[i] = appearance_bro.appearance
|
||||
else
|
||||
if(isturf(src))
|
||||
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_priority = priority_overlays
|
||||
@@ -133,11 +131,9 @@ var/datum/subsystem/processing/overlays/SSoverlays
|
||||
else
|
||||
var/image/I = overlays[i]
|
||||
appearance_bro.appearance = I
|
||||
if(ishuman(src))
|
||||
overlays[i] = appearance_bro.appearance
|
||||
else
|
||||
if(isturf(src))
|
||||
appearance_bro.dir = I.dir
|
||||
overlays[i] = appearance_bro.appearance
|
||||
overlays[i] = appearance_bro.appearance
|
||||
|
||||
LAZYINITLIST(our_overlays) //always initialized after this point
|
||||
LAZYINITLIST(priority_overlays)
|
||||
@@ -186,4 +182,4 @@ var/datum/subsystem/processing/overlays/SSoverlays
|
||||
overlays -= x
|
||||
|
||||
/image/proc/cut_overlays(x)
|
||||
overlays.Cut()
|
||||
overlays.Cut()
|
||||
Reference in New Issue
Block a user