mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-21 05:04:21 +01:00
fixes for trademarked names and vote sound volume
- removed oreo naming - swapped the vote start sound with a more quiet version
This commit is contained in:
@@ -438,7 +438,7 @@ SUBSYSTEM_DEF(vote)
|
||||
to_chat(usr, "<span class='warning'>A vote was initiated recently, you must wait [DisplayTimeText(next_allowed_time-world.time)] before a new vote can be started!</span>")
|
||||
return FALSE
|
||||
|
||||
SEND_SOUND(world, sound('GainStation13/sound/misc/vote_started.ogg')) //gs13 - our own more noticeable version
|
||||
SEND_SOUND(world, sound('GainStation13/sound/misc/vote_start.ogg')) //gs13 - our own more noticeable version
|
||||
reset()
|
||||
display_votes = display //CIT CHANGE - adds obfuscated votes
|
||||
switch(vote_type)
|
||||
|
||||
Reference in New Issue
Block a user