Upgrades OverlaySS. Fixes #3627

Tested on my test server and nothing appeared to be broken. Overlays were showing up as expected.

Ghosts no longer became space/stairs/stole someone's tail
This commit is contained in:
C.L
2022-10-05 11:16:58 -04:00
parent 4215e8f6e1
commit e85bdb061b
9 changed files with 181 additions and 232 deletions
@@ -53,8 +53,7 @@
name = "[src.registered_name]'s ID Card ([src.assignment])"
/obj/item/weapon/card/id/proc/set_id_photo(var/mob/M)
COMPILE_OVERLAYS(M)
SSoverlays.queue -= M
M.ImmediateOverlayUpdate()
var/icon/F = getFlatIcon(M, defdir = SOUTH, no_anim = TRUE)
front = "'data:image/png;base64,[icon2base64(F)]'"