mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Cleaning up some runtimes (#16027)
This commit is contained in:
@@ -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(),
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user