New less obnoxious vote noise

And everyone will love this noise too!
This commit is contained in:
Mordeth221
2013-05-17 11:02:31 +02:00
parent 88d5aa6799
commit a6c995e321

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('misc/TestLoop1.ogg')
if(mode == "gamemode" && going)
going = 0
world << "<font color='red'><b>Round start has been delayed.</b></font>"
@@ -305,4 +305,4 @@ datum/controller/vote
set name = "Vote"
if(vote)
src << browse(vote.interface(client),"window=vote;can_close=0")
src << browse(vote.interface(client),"window=vote;can_close=0")