Files
CHOMPStation2/code/game/gamemodes/mixed/paranoia.dm
Yoshax 99f8b37817 Renames mixed gamemodes to have descriptive names
Fixes intrigue gamemode name
2016-03-24 18:31:24 +00:00

13 lines
483 B
Plaintext

/datum/game_mode/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"
required_players = 2
required_players_secret = 7
required_enemies = 1
end_on_antag_death = 1
require_all_templates = 1
votable = 0
antag_tags = list(MODE_MALFUNCTION, MODE_RENEGADE, MODE_CHANGELING)