Merge pull request #2154 from Yoshax/secretisdumbasshit

Makes secret not bad
This commit is contained in:
Neerti
2016-08-12 17:15:14 -04:00
committed by GitHub
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
certain though... there is never just one of them. Good luck."
config_tag = "changeling"
required_players = 2
required_players_secret = 5
required_players_secret = 2
required_enemies = 1
end_on_antag_death = 0
antag_scaling_coeff = 10
+1 -1
View File
@@ -4,7 +4,7 @@
extended_round_description = "The station has been infiltrated by a fanatical group of death-cultists! They will use powers from beyond your comprehension to subvert you to their cause and ultimately please their gods through sacrificial summons and physical immolation! Try to survive!"
config_tag = "cult"
required_players = 5
required_players_secret = 10
required_players_secret = 5
required_enemies = 3
end_on_antag_death = 0
antag_tags = list(MODE_CULTIST)
@@ -4,7 +4,7 @@
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"
required_players = 2
required_players_secret = 7
required_players_secret = 2
required_enemies = 1
end_on_antag_death = 0
auto_recall_shuttle = 0
+1 -1
View File
@@ -10,7 +10,7 @@
only hope this unknown assassin isn't here for you."
config_tag = "ninja"
required_players = 1
required_players_secret = 6
required_players_secret = 1
required_enemies = 1
end_on_antag_death = 0
antag_tags = list(MODE_NINJA)
+1 -1
View File
@@ -13,7 +13,7 @@ var/list/nuke_disks = list()
attempts of robbery, fraud and other malicious actions."
config_tag = "mercenary"
required_players = 15
required_players_secret = 20 // 20 players - 5 players to be the nuke ops = 15 players remaining
required_players_secret = 15
required_enemies = 1
end_on_antag_death = 0
var/nuke_off_station = 0 //Used for tracking if the syndies actually haul the nuke to the station
+3 -3
View File
@@ -11,8 +11,8 @@
friends and family as they try to use your emotions and trust to their advantage, leaving you with nothing \
but the painful reminder that space is cruel and unforgiving."
config_tag = "traitor"
required_players = 0
required_players_secret = 5
required_players = 1
required_players_secret = 1
required_enemies = 1
end_on_antag_death = 0
antag_tags = list(MODE_TRAITOR)
@@ -23,5 +23,5 @@
config_tag = "autotraitor"
antag_tags = list(MODE_AUTOTRAITOR)
round_autoantag = 1
required_players_secret = 3
required_players_secret = 1
antag_scaling_coeff = 5
+1 -1
View File
@@ -5,7 +5,7 @@
config_tag = "wizard"
votable = 0
required_players = 1
required_players_secret = 6
required_players_secret = 1
required_enemies = 1
end_on_antag_death = 0
antag_tags = list(MODE_WIZARD)