mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
-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)
11 lines
427 B
Plaintext
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)
|