diff --git a/code/game/gamemodes/mixed/bughunt.dm b/code/game/gamemodes/mixed/bughunt.dm index 45365db328d..94e56064792 100644 --- a/code/game/gamemodes/mixed/bughunt.dm +++ b/code/game/gamemodes/mixed/bughunt.dm @@ -1,5 +1,5 @@ /datum/game_mode/bughunt - name = "Bughunt" + name = "Bughunt (Xenos+Merc)" round_description = "A mercenary strike force is approaching the station to eradicate a xenomorph infestation!" extended_round_description = "Mercenaries and xenomorphs spawn in this game mode." config_tag = "bughunt" diff --git a/code/game/gamemodes/mixed/conflux.dm b/code/game/gamemodes/mixed/conflux.dm index 304238cbd03..8331e90338d 100644 --- a/code/game/gamemodes/mixed/conflux.dm +++ b/code/game/gamemodes/mixed/conflux.dm @@ -1,5 +1,5 @@ /datum/game_mode/conflux - name = "Conflux" + name = "Conflux (Wiz+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" diff --git a/code/game/gamemodes/mixed/crossfire.dm b/code/game/gamemodes/mixed/crossfire.dm index 3acfcff388b..ecfd131f374 100644 --- a/code/game/gamemodes/mixed/crossfire.dm +++ b/code/game/gamemodes/mixed/crossfire.dm @@ -1,5 +1,5 @@ /datum/game_mode/crossfire - name = "Crossfire" + name = "Crossfire (Merc+Heist)" round_description = "Mercenaries and raiders are approaching the station." extended_round_description = "NanoTrasen's wealth and success created several enemies over the years \ and many seek to undermine them using illegal ways. Their crown jewel research stations are not safe from those \ diff --git a/code/game/gamemodes/mixed/infestation.dm b/code/game/gamemodes/mixed/infestation.dm index 3d792d8be90..e7477e86cd7 100644 --- a/code/game/gamemodes/mixed/infestation.dm +++ b/code/game/gamemodes/mixed/infestation.dm @@ -1,5 +1,5 @@ /datum/game_mode/infestation - name = "Infestation" + name = "Infestation (Xenos/Borers/Lings)" round_description = "There's something in the walls!" extended_round_description = "Two alien antagonists (Xenomorphs, Cortical Borers or Changelings) may spawn during this round." config_tag = "infestation" diff --git a/code/game/gamemodes/mixed/intrigue.dm b/code/game/gamemodes/mixed/intrigue.dm index da236492d06..195d7b14a2f 100644 --- a/code/game/gamemodes/mixed/intrigue.dm +++ b/code/game/gamemodes/mixed/intrigue.dm @@ -1,5 +1,5 @@ /datum/game_mode/intrigue - name = "Intrigue" + name = "Intrigue (Traitor+Ninja)" round_description = "Crewmembers are contacted by external elements while an outsider infiltrates the station." extended_round_description = "Traitors and a ninja spawn during this round." config_tag = "intrigue" diff --git a/code/game/gamemodes/mixed/paranoia.dm b/code/game/gamemodes/mixed/paranoia.dm index d5e26d93bfa..c1bec7c0f9a 100644 --- a/code/game/gamemodes/mixed/paranoia.dm +++ b/code/game/gamemodes/mixed/paranoia.dm @@ -1,5 +1,5 @@ /datum/game_mode/paranoia - name = "Paranoia" + name = "Paranoia (Malf+Traitor+Ling)" round_description = "The AI has malfunctioned, and subversive elements infest the crew." extended_round_description = "Rampant AIs, traitors and changelings spawn in this mode." config_tag = "paranoia" diff --git a/code/game/gamemodes/mixed/siege.dm b/code/game/gamemodes/mixed/siege.dm index 0dcdc6aa4c1..5bbd359943c 100644 --- a/code/game/gamemodes/mixed/siege.dm +++ b/code/game/gamemodes/mixed/siege.dm @@ -1,5 +1,5 @@ /datum/game_mode/siege - name = "Siege" + name = "Siege (Rev+Merc)" config_tag = "siege" round_description = "Some crewmembers are attempting to start a revolution while a mercenary strike force is approaching the station!" extended_round_description = "Getting stuck between a rock and a hard place, maybe the nice visitors can help with your internal security problem?" diff --git a/code/game/gamemodes/mixed/uprising.dm b/code/game/gamemodes/mixed/uprising.dm index 085fdb8f314..4707226ba95 100644 --- a/code/game/gamemodes/mixed/uprising.dm +++ b/code/game/gamemodes/mixed/uprising.dm @@ -1,5 +1,5 @@ /datum/game_mode/uprising - name = "Uprising" + name = "Uprising (Cult+Rev)" 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." diff --git a/code/game/gamemodes/mixed/visitors.dm b/code/game/gamemodes/mixed/visitors.dm index 6d83df036e6..244e74d8fc3 100644 --- a/code/game/gamemodes/mixed/visitors.dm +++ b/code/game/gamemodes/mixed/visitors.dm @@ -1,5 +1,5 @@ /datum/game_mode/visitors - name = "Visitors" + name = "Visitors (Ninja+Wiz)" 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"