mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
carbon human only
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user