mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Body bag sprites now update their tag overlay properly.
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
overlays += "unlocked"
|
||||
else
|
||||
overlays += "off"
|
||||
if(istype(src, /obj/structure/closet/body_bag)) // GUESS WHAT BODY BAGS ARE CLOSETS
|
||||
var/obj/structure/closet/body_bag/B = src
|
||||
if (B.tagged)
|
||||
overlays += "bodybag_label"
|
||||
|
||||
else
|
||||
if(icon_door_override)
|
||||
overlays += "[icon_door]_open"
|
||||
|
||||
Reference in New Issue
Block a user