carbon human only

This commit is contained in:
Ty-Omaha
2019-02-08 19:55:21 -05:00
parent c1c2e40ecd
commit ec71ef63de
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
update_sight()
//If they're SSD, remove it so they can wake back up.
if(player_logged)
if(player_logged && istype(src, /mob/living/carbon/human))
overlays -= image('icons/effects/effects.dmi', icon_state = "zzz_glow")
player_logged = 0
//Vents
+2 -1
View File
@@ -10,4 +10,5 @@
Sleeping(2)
player_logged = 1
last_logout = world.time
overlays += image('icons/effects/effects.dmi', icon_state = "zzz_glow")
if(istype(src, /mob/living/carbon/human)) //only human carbon SSD warnings
overlays += image('icons/effects/effects.dmi', icon_state = "zzz_glow")