mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
New less obnoxious vote noise
And everyone will love this noise too!
This commit is contained in:
@@ -200,7 +200,7 @@ datum/controller/vote
|
|||||||
|
|
||||||
log_vote(text)
|
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 << "<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)
|
if(mode == "gamemode" && going)
|
||||||
going = 0
|
going = 0
|
||||||
world << "<font color='red'><b>Round start has been delayed.</b></font>"
|
world << "<font color='red'><b>Round start has been delayed.</b></font>"
|
||||||
@@ -305,4 +305,4 @@ datum/controller/vote
|
|||||||
set name = "Vote"
|
set name = "Vote"
|
||||||
|
|
||||||
if(vote)
|
if(vote)
|
||||||
src << browse(vote.interface(client),"window=vote;can_close=0")
|
src << browse(vote.interface(client),"window=vote;can_close=0")
|
||||||
|
|||||||
Reference in New Issue
Block a user