mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Add more iconstates to optable for status at a glance
This commit is contained in:
@@ -67,7 +67,13 @@
|
||||
var/mob/living/carbon/human/M = locate(/mob/living/carbon/human, src.loc)
|
||||
if(M.lying)
|
||||
victim = M
|
||||
icon_state = M.pulse ? "table2-active" : "table2-idle"
|
||||
if(M.pulse)
|
||||
if(M.stat)
|
||||
icon_state = "table2-sleep"
|
||||
else
|
||||
icon_state = "table2-active"
|
||||
else
|
||||
icon_state = "table2-dead"
|
||||
return 1
|
||||
victim = null
|
||||
icon_state = "table2-idle"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 41 KiB |
Reference in New Issue
Block a user