Files
43a1cfba48 Added a new mixed gamemode, rebellion, which mixes cult and rev (#17141)
* Added a new mixed gamemode, rebellion, which mixes cult and rev

* Fix macro

* Update code/game/gamemodes/mixed/rebellion.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

---------

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
2023-09-03 11:27:14 +00:00

10 lines
451 B
Plaintext

/datum/game_mode/rebellion
name = "rebellion (rev. + cult)"
round_description = "Some crewmembers are attempting to start a revolution while a cult gains followers to take over in the shadows!"
extended_round_description = "Revolutionaries and cultists spawn during this round."
config_tag = "rebellion"
required_players = 30
required_enemies = 6
antag_tags = list(MODE_REVOLUTIONARY, MODE_LOYALIST, MODE_CULTIST)
require_all_templates = TRUE