Better SSD miasma

This commit is contained in:
Ty-Omaha
2019-02-08 19:50:43 -05:00
parent ab2babc34c
commit c1c2e40ecd
4 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -6,8 +6,9 @@
update_sight()
//If they're SSD, remove it so they can wake back up.
if(player_logged)
overlays -= image('icons/effects/effects.dmi', icon_state = "zzz_glow")
player_logged = 0
//Vents
if(ventcrawler)
to_chat(src, "<span class='notice'>You can ventcrawl! Use alt+click on vents to quickly travel about the station.</span>")
+1
View File
@@ -10,3 +10,4 @@
Sleeping(2)
player_logged = 1
last_logout = world.time
overlays += image('icons/effects/effects.dmi', icon_state = "zzz_glow")
+1 -1
View File
@@ -70,7 +70,7 @@
AA.display_to(list(src))
update_client_colour(0)
overlays -= image('icons/effects/effects.dmi', icon_state = "zzz_glow")
callHook("mob_login", list("client" = client, "mob" = src))
// Calling update_interface() in /mob/Login() causes the Cyborg to immediately be ghosted; because of winget().
-2
View File
@@ -16,7 +16,5 @@
send2irc(config.admin_notify_irc, "[key_name(src)] logged out - No active admins, [admincounter[2]] non-admin staff, [admincounter[3]] inactive staff.")
..()
overlays += image('icons/effects/effects.dmi', icon_state = "zzz_glow")
callHook("mob_logout", list("client" = client, "mob" = src))
return 1