mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
14 lines
492 B
Plaintext
14 lines
492 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 = 2
|
|
required_enemies = 1
|
|
end_on_antag_death = 0
|
|
auto_recall_shuttle = 0
|
|
antag_tags = list(MODE_MALFUNCTION)
|
|
disabled_jobs = list(JOB_AI)
|
|
votable = 0
|