Cleaning up some runtimes (#16027)

This commit is contained in:
Wildkins
2023-03-13 15:22:43 -04:00
committed by GitHub
parent 6ce513cb40
commit 209a0a2e0f
16 changed files with 42 additions and 20 deletions

View File

@@ -262,8 +262,8 @@
"special"=H?.mind.special_role,
"pod"=podname,
"tod"=time2text(world.realtime, "YYYY-MM-DD hh:mm:ss"),
"laname"=H?.lastattacker.real_name,
"lackey"=H?.lastattacker.ckey,
"laname"=H?.lastattacker?.real_name,
"lackey"=H?.lastattacker?.ckey,
"gender"=H.gender,
"bruteloss"=H.getBruteLoss(),
"fireloss"=H.getFireLoss(),

View File

@@ -353,7 +353,7 @@ var/datum/controller/subsystem/vote/SSvote
if (X.is_afk())
admin_number_afk++
if (X.prefs.toggles & SOUND_ADMINHELP)
to_chat(X, 'sound/effects/adminhelp.ogg')
sound_to(X, 'sound/effects/adminhelp.ogg')
if ((admin_number_present - admin_number_afk) <= 0)
initiate_vote("restart", usr.key)