mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-11 18:02:20 +00:00
11 lines
347 B
Plaintext
11 lines
347 B
Plaintext
/datum/game_mode/feeding
|
|
name = "Feeding (Vamp+Ling)"
|
|
round_description = "The crew is being fed upon!"
|
|
extended_round_description = "Vampires and Changelings spawn during this round."
|
|
config_tag = "feeding"
|
|
required_players = 20
|
|
required_enemies = 2
|
|
require_all_templates = 1
|
|
votable = 1
|
|
antag_tags = list(MODE_VAMPIRE, MODE_CHANGELING)
|