Merge pull request #2578 from Neerti/10/2/2016_gamemode_disabling

Removes Ninja & Malf Voting
This commit is contained in:
Anewbe
2016-10-02 14:43:52 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -10,3 +10,4 @@
auto_recall_shuttle = 0
antag_tags = list(MODE_MALFUNCTION)
disabled_jobs = list("AI")
votable = 0

View File

@@ -13,4 +13,5 @@
required_players_secret = 5
required_enemies = 1
end_on_antag_death = 0
antag_tags = list(MODE_NINJA)
antag_tags = list(MODE_NINJA)
votable = 0