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:
evilew
2025-08-14 15:16:09 -05:00
parent e088e1ffe9
commit 8de4e217f7
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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)