Merge pull request #2786 from Mordeth221/patch-1

New less obnoxious vote noise
This commit is contained in:
Chinsky
2013-05-18 00:10:09 -07:00

View File

@@ -200,7 +200,7 @@ datum/controller/vote
log_vote(text)
world << "<font color='purple'><b>[text]</b>\nType vote to place your votes.\nYou have [config.vote_period/10] seconds to vote.</font>"
world << sound('misc/bloblarm.ogg')
world << sound('weapons/smg_empty_alarm.ogg')
if(mode == "gamemode" && going)
going = 0
world << "<font color='red'><b>Round start has been delayed.</b></font>"