mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 12:42:43 +01:00
Merge pull request #9242 from Spookerton/spkrtn/fix/misc-overlays
fix some misc hits on direct overlays access
This commit is contained in:
@@ -883,7 +883,7 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
|
||||
if(addblends && standing && source_icon)
|
||||
var/image/I = image(source_icon, addblends)
|
||||
I.blend_mode = BLEND_ADD
|
||||
standing.overlays += I
|
||||
standing.add_overlay(I)
|
||||
return standing
|
||||
|
||||
//STUB
|
||||
|
||||
Reference in New Issue
Block a user