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
Overlay fix for the inhand borkage.
Whoa this thing actually succeeded on the first time unlike yesterday's shit :v
This commit is contained in:
@@ -100,9 +100,11 @@ var/datum/subsystem/processing/overlays/SSoverlays
|
||||
else
|
||||
var/image/I = overlays[i]
|
||||
appearance_bro.appearance = I
|
||||
if(isturf(src))
|
||||
if(ishuman(src) || istype(src,/obj/item))
|
||||
overlays[i] = appearance_bro.appearance
|
||||
else
|
||||
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
|
||||
@@ -131,9 +133,11 @@ var/datum/subsystem/processing/overlays/SSoverlays
|
||||
else
|
||||
var/image/I = overlays[i]
|
||||
appearance_bro.appearance = I
|
||||
if(isturf(src))
|
||||
if(ishuman(src) || istype(src,/obj/item))
|
||||
overlays[i] = appearance_bro.appearance
|
||||
else
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user