mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 18:13:11 +00:00
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
/datum/game_mode/malfunction
|
|
name = "AI malfunction"
|
|
round_description = "The AI is behaving abnormally and must be stopped."
|
|
extended_round_description = "The AI will attempt to hack the APCs around the station in order to gain as much control as possible."
|
|
config_tag = "malfunction"
|
|
required_players = 2
|
|
required_players_secret = 7
|
|
required_enemies = 1
|
|
end_on_antag_death = 0
|
|
auto_recall_shuttle = 0
|
|
antag_tag = MODE_MALFUNCTION
|