mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
@@ -120,7 +120,7 @@ var/global/list/round_voters = list() // Keeps track of the individuals voting f
|
|||||||
if(choices[current_votes[key]] == .)
|
if(choices[current_votes[key]] == .)
|
||||||
round_voters += key // Keep track of who voted for the winning round.
|
round_voters += key // Keep track of who voted for the winning round.
|
||||||
if(mode != VOTE_GAMEMODE || . == "Extended" || ticker.hide_mode == 0) // Announce Extended gamemode, but not other gamemodes
|
if(mode != VOTE_GAMEMODE || . == "Extended" || ticker.hide_mode == 0) // Announce Extended gamemode, but not other gamemodes
|
||||||
text += "<b>Vote Result: [.]</b>"
|
text += "<b>Vote Result: [mode == VOTE_GAMEMODE ? gamemode_names[.] : .]</b>"
|
||||||
else
|
else
|
||||||
text += "<b>The vote has ended.</b>"
|
text += "<b>The vote has ended.</b>"
|
||||||
|
|
||||||
|
|||||||
@@ -892,9 +892,9 @@
|
|||||||
if (ticker && ticker.mode)
|
if (ticker && ticker.mode)
|
||||||
return alert(usr, "The game has already started.", null, null, null, null)
|
return alert(usr, "The game has already started.", null, null, null, null)
|
||||||
master_mode = href_list["c_mode2"]
|
master_mode = href_list["c_mode2"]
|
||||||
log_admin("[key_name(usr)] set the mode as [master_mode].")
|
log_admin("[key_name(usr)] set the mode as [config.mode_names[master_mode]].")
|
||||||
message_admins("\blue [key_name_admin(usr)] set the mode as [master_mode].", 1)
|
message_admins("\blue [key_name_admin(usr)] set the mode as [config.mode_names[master_mode]].", 1)
|
||||||
world << "\blue <b>The mode is now: [master_mode]</b>"
|
world << "\blue <b>The mode is now: [config.mode_names[master_mode]]</b>"
|
||||||
Game() // updates the main game menu
|
Game() // updates the main game menu
|
||||||
world.save_mode(master_mode)
|
world.save_mode(master_mode)
|
||||||
.(href, list("c_mode"=1))
|
.(href, list("c_mode"=1))
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
stat("Game Mode:", "Secret")
|
stat("Game Mode:", "Secret")
|
||||||
else
|
else
|
||||||
if(ticker.hide_mode == 0)
|
if(ticker.hide_mode == 0)
|
||||||
stat("Game Mode:", "[master_mode]") // Old setting for showing the game mode
|
stat("Game Mode:", "[config.mode_names[master_mode]]") // Old setting for showing the game mode
|
||||||
|
|
||||||
if(ticker.current_state == GAME_STATE_PREGAME)
|
if(ticker.current_state == GAME_STATE_PREGAME)
|
||||||
stat("Time To Start:", "[ticker.pregame_timeleft][round_progressing ? "" : " (DELAYED)"]")
|
stat("Time To Start:", "[ticker.pregame_timeleft][round_progressing ? "" : " (DELAYED)"]")
|
||||||
|
|||||||
37
html/changelogs/Sin4 - miscfixes.yml
Normal file
37
html/changelogs/Sin4 - miscfixes.yml
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
################################
|
||||||
|
# Example Changelog File
|
||||||
|
#
|
||||||
|
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||||
|
#
|
||||||
|
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||||
|
# When it is, any changes listed below will disappear.
|
||||||
|
#
|
||||||
|
# Valid Prefixes:
|
||||||
|
# bugfix
|
||||||
|
# wip (For works in progress)
|
||||||
|
# tweak
|
||||||
|
# soundadd
|
||||||
|
# sounddel
|
||||||
|
# rscadd (general adding of nice things)
|
||||||
|
# rscdel (general deleting of nice things)
|
||||||
|
# imageadd
|
||||||
|
# imagedel
|
||||||
|
# maptweak
|
||||||
|
# spellcheck (typo fixes)
|
||||||
|
# experiment
|
||||||
|
#################################
|
||||||
|
|
||||||
|
# Your name.
|
||||||
|
author: Sin4
|
||||||
|
|
||||||
|
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
# Any changes you've made. See valid prefix list above.
|
||||||
|
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||||
|
# SCREW THIS UP AND IT WON'T WORK.
|
||||||
|
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||||
|
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||||
|
changes:
|
||||||
|
- bugfix: "Fixed ERT icon not showing up properly for sechuds."
|
||||||
|
- tweak: "Fixed instances of the game mode's config_tag being displayed instead of the game mode name."
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user