mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 05:23:01 +00:00
* Update Sleeper.dm * Update robot_fabricator.dm * Update requests_console.dm * Update vr_console.dm * Update teleporter.dm * Update records_scanner.dm * Update mercrenegade.dm * Update clown_items.dm * Update firstaid.dm * Update teleporter.dm * capitalization fixes * Update clown_items.dm
12 lines
495 B
Plaintext
12 lines
495 B
Plaintext
/datum/game_mode/mercren
|
|
name = "Mercenaries & Renegades"
|
|
round_description = "A mercenary team has invaded the station, and others have brought their own form of protection."
|
|
extended_round_description = "Mercenaries and renegades spawn during this round."
|
|
config_tag = "mercren"
|
|
required_players = 16 //What could possibly go wrong?
|
|
required_players_secret = 15
|
|
required_enemies = 8
|
|
end_on_antag_death = 0
|
|
antag_tags = list(MODE_MERCENARY, MODE_RENEGADE)
|
|
require_all_templates = 1
|