Adds extended info to certain game modes missing extended info.

Conflicts:
	code/game/gamemodes/heist/heist.dm
This commit is contained in:
Datraen
2016-01-08 14:47:03 +01:00
committed by PsiOmegaDelta
parent e9dac928b0
commit 18d0c782fb
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ var/global/list/obj/cortical_stacks = list() //Stacks for 'leave nobody behind'
required_players = 15
required_enemies = 4
round_description = "An unidentified bluespace signature has slipped past the Icarus and is approaching the station!"
extended_round_description = "The Company's majority control of phoron in Nyx has marked the \
station to be a highly valuable target for many competing organizations and individuals. Being a \
colony of sizable population and considerable wealth causes it to often be the target of various \
attempts of robbery, fraud and other malicious actions."
end_on_antag_death = 1
antag_tags = list(MODE_RAIDER)
+1
View File
@@ -1,6 +1,7 @@
/datum/game_mode/bughunt
name = "Bughunt"
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"
required_players = 15
required_enemies = 1
+4
View File
@@ -7,6 +7,10 @@ var/list/nuke_disks = list()
/datum/game_mode/nuclear
name = "Mercenary"
round_description = "A mercenary strike force is approaching the station!"
extended_round_description = "The Company's majority control of phoron in Nyx has marked the \
station to be a highly valuable target for many competing organizations and individuals. Being a \
colony of sizable population and considerable wealth causes it to often be the target of various \
attempts of robbery, fraud and other malicious actions."
config_tag = "mercenary"
required_players = 15
required_enemies = 1