Merge pull request #1247 from Yoshax/gamemodenames

Renames mixed gamemodes to have descriptive names
This commit is contained in:
Neerti
2016-03-30 02:22:32 -04:00
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/datum/game_mode/conflux
name = "conflux"
name = "Wizard & Cult"
round_description = "A space wizard and a cult have invaded the station!"
extended_round_description = "Cultists and wizards spawn during this round."
config_tag = "conflux"

View File

@@ -1,5 +1,5 @@
/datum/game_mode/infestation
name = "infestation"
name = "Borers & Changelings"
round_description = "There's something in the walls!"
extended_round_description = "Two alien antagonists (Cortical Borers or Changelings) spawn during this round."
config_tag = "infestation"

View File

@@ -1,5 +1,5 @@
/datum/game_mode/intrigue
name = "Intrigue"
name = "Traitors & Ninja"
round_description = "Crewmembers are contacted by external elements while another infiltrates the colony."
extended_round_description = "Traitors and a ninja spawn during this round."
config_tag = "intrigue"

View File

@@ -1,5 +1,5 @@
/datum/game_mode/lizard
name = "lizard"
name = "Wizard & Changelings"
round_description = "A space wizard and changelings have invaded the station!"
extended_round_description = "Changelings and a wizard spawn during this round."
config_tag = "lizard"

View File

@@ -1,5 +1,5 @@
/datum/game_mode/paranoia
name = "paranoia"
name = "Malf AI, Renegades & Changelings"
round_description = "The AI has malfunctioned, and subversive elements infest the crew..."
extended_round_description = "Rampant AIs, renegades and changelings spawn in this mode."
config_tag = "paranoia"

View File

@@ -1,5 +1,5 @@
/datum/game_mode/traitorling
name = "traitorling"
name = "Traitors & Changelings"
round_description = "There are traitors and alien changelings on the station. Do not let the changelings succeed!"
extended_round_description = "Traitors and changelings both spawn during this mode."
config_tag = "traitorling"

View File

@@ -1,5 +1,5 @@
/datum/game_mode/uprising
name = "uprising"
name = "Revolution & Cult"
config_tag = "uprising"
round_description = "Some crewmembers are attempting to start a revolution while a cult plots in the shadows!"
extended_round_description = "Cultists and revolutionaries spawn in this round."

View File

@@ -1,5 +1,5 @@
/datum/game_mode/visitors
name = "Visitors"
name = "Wizard & Ninja"
round_description = "A space wizard and a ninja have invaded the station!"
extended_round_description = "A ninja and wizard spawn during this round."
config_tag = "visitors"