Adds helpers to avoid << use (#29611)

This commit is contained in:
Jordan Brown
2017-08-08 23:27:54 -04:00
committed by Leo
parent faf6c60caa
commit d1ae0a0c95
82 changed files with 277 additions and 296 deletions

View File

@@ -595,7 +595,7 @@
log_admin("[key_name(usr)] delayed the round start.")
else
to_chat(world, "<b>The game will start in [newtime] seconds.</b>")
world << 'sound/ai/attention.ogg'
SEND_SOUND(world, sound('sound/ai/attention.ogg'))
log_admin("[key_name(usr)] set the pre-game delay to [newtime] seconds.")
SSblackbox.add_details("admin_verb","Delay Game Start") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!