Files
Aurora.3/code/game/gamemodes/mixed/traitorling.dm
Alberyk e71299699e Adds more mixed gamemodes and make them votable (#2420)
-allow voting for most mixed gamemodes, with exception of bughunt and infection
-adds crossfire(merc and heister), also adds a raider frequency to don't mix them with mercs
-adds siege(rev and merc)
-adds visitors(ninja and wizard)
2017-05-26 22:15:32 +03:00

11 lines
427 B
Plaintext

/datum/game_mode/traitorling
name = "Traitorling"
round_description = "There are traitors and alien changelings on the station. Do not let the changelings succeed!"
extended_round_description = "Traitors and changelings both spawn during this mode."
config_tag = "traitorling"
required_players = 10
required_enemies = 5
end_on_antag_death = 1
require_all_templates = 1
antag_tags = list(MODE_CHANGELING, MODE_TRAITOR)