mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
* SSatlas.current_map * hardsuit spell tab appears to clear correctly * sdfsa * from the moment i understood the weakness of my flesh, it disgusted me * sdf
14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
/datum/game_mode/veilparty
|
|
name = "Veil Party (Cult+Vamp)"
|
|
extended_round_description = "Vampires and a Cult spawn in this mode."
|
|
config_tag = "veilparty"
|
|
required_players = 15
|
|
required_enemies = 5
|
|
require_all_templates = 1
|
|
votable = 1
|
|
antag_tags = list(MODE_VAMPIRE, MODE_CULTIST)
|
|
|
|
/datum/game_mode/veilparty/pre_setup()
|
|
round_description = "Paranormal activities occur on the [SSatlas.current_map.station_type]."
|
|
. = ..()
|