Files
2020-02-16 19:40:21 -08:00

19 lines
430 B
Plaintext

/datum/game_mode/mixed/vampire //todo : 'horror' mode
name = "vampire"
config_tag = "vampire"
latejoin_antag_compatible = 1
latejoin_antag_roles = list("vampire")
traitor_types = list("vampire")
has_wizards = 0
has_werewolves = 0
has_blobs = 0
num_enemies_divisor = 20
/datum/game_mode/mixed/vampire/announce()
boutput(world, "<B>The current game mode is - Vampire!</B>")
boutput(world, "<B>Don't be scared!</B>")