mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 14:16:30 +01:00
Fix robobags icons
This commit is contained in:
@@ -32,8 +32,15 @@
|
||||
. += "<span class='notice'>[src] has a [corptag] attached to it.</span>"
|
||||
|
||||
/obj/structure/closet/body_bag/cryobag/robobag/update_icon()
|
||||
if(opened)
|
||||
icon_state = "open"
|
||||
else if (contents.len)
|
||||
icon_state = "closed_occupied"
|
||||
else
|
||||
icon_state = "closed_unlocked"
|
||||
|
||||
cut_overlays()
|
||||
..()
|
||||
|
||||
if(corptag)
|
||||
var/corptag_icon_state = "tag_blank"
|
||||
if(istype(corptag,/obj/item/clothing/accessory/medal/badge/holo/detective) || istype(corptag,/obj/item/clothing/accessory/medal/badge/holo/detective) || istype(corptag, /obj/item/clothing/accessory/medal/badge/holo/hos) || istype(corptag, /obj/item/clothing/accessory/medal/badge/old) || istype(corptag, /obj/item/clothing/accessory/medal/badge/sheriff))
|
||||
@@ -109,8 +116,8 @@
|
||||
desc = "Your software is being debugged."
|
||||
mob_overlay_state = "signal_blue"
|
||||
|
||||
on_created_text = "<span class='notice'>You feel something pour over your senses.</span>"
|
||||
on_expired_text = "<span class='notice'>Your mind is clear once more.</span>"
|
||||
on_created_text = "<span class='notice'>You feel something cloud over your senses.</span>"
|
||||
on_expired_text = "<span class='notice'>Your senses are clear once more.</span>"
|
||||
stacks = MODIFIER_STACK_FORBID
|
||||
|
||||
/datum/modifier/fbp_debug/tick()
|
||||
|
||||
Reference in New Issue
Block a user