mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 23:12:26 +00:00
Merge pull request #1247 from Yoshax/gamemodenames
Renames mixed gamemodes to have descriptive names
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user