mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes some gamemode names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/datum/game_mode/changeling
|
||||
name = "changeling"
|
||||
name = "Changeling"
|
||||
round_description = "There are alien changelings on the station. Do not let the changelings succeed!"
|
||||
extended_round_description = "Life always finds a way. However, life can sometimes take a more disturbing route. \
|
||||
Humanity's extensive knowledge of xeno-biological specimens has made them confident and arrogant. Yet \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/datum/game_mode/epidemic
|
||||
name = "epidemic"
|
||||
name = "Epidemic"
|
||||
config_tag = "epidemic"
|
||||
required_players = 1
|
||||
required_players_secret = 15
|
||||
|
||||
@@ -5,7 +5,7 @@ VOX HEIST ROUNDTYPE
|
||||
var/global/list/obj/cortical_stacks = list() //Stacks for 'leave nobody behind' objective. Clumsy, rewrite sometime.
|
||||
|
||||
/datum/game_mode/heist
|
||||
name = "heist"
|
||||
name = "Heist"
|
||||
config_tag = "heist"
|
||||
required_players = 15
|
||||
required_players_secret = 15
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/datum/game_mode/malfunction
|
||||
name = "AI malfunction"
|
||||
name = "AI Malfunction"
|
||||
round_description = "The AI is behaving abnormally and must be stopped."
|
||||
extended_round_description = "The AI will attempt to hack the APCs around the station in order to gain as much control as possible."
|
||||
config_tag = "malfunction"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/datum/game_mode/ninja
|
||||
name = "ninja"
|
||||
name = "Ninja"
|
||||
round_description = "An agent of the Spider Clan is onboard the station!"
|
||||
extended_round_description = "What was that?! Was that a person or did your eyes just play tricks on you? \
|
||||
You have no idea. That slim-suited, cryptic individual is an enigma to you and all of your knowledge. \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/datum/game_mode/sandbox
|
||||
name = "sandbox"
|
||||
name = "Sandbox"
|
||||
config_tag = "sandbox"
|
||||
required_players = 0
|
||||
votable = 0
|
||||
|
||||
Reference in New Issue
Block a user