mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Borers no longer get teleported out of a host if they're manually removed after leaving the host.
Removed synaptizine from borer chems. Added dylovene, kelotane, norepinephrine instead.
You can now call ERTs on Bughunt.
Borers no longer have nutrition loss.
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
/datum/game_mode/bughunt
|
|
name = "Bughunt (merc+borer)"
|
|
round_description = "A mercenary strike force is approaching at the same time as a borer infestation!"
|
|
extended_round_description = "Mercenaries and borers spawn in this game mode."
|
|
config_tag = "bughunt"
|
|
required_players = 20
|
|
required_enemies = 6
|
|
end_on_antag_death = FALSE
|
|
antag_tags = list(MODE_BORER, MODE_MERCENARY)
|
|
require_all_templates = TRUE
|
|
votable = TRUE
|