Merge pull request #9242 from Spookerton/spkrtn/fix/misc-overlays

fix some misc hits on direct overlays access
This commit is contained in:
Atermonera
2023-09-11 22:51:28 -08:00
committed by GitHub
8 changed files with 20 additions and 35 deletions
+1 -1
View File
@@ -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