/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, "The current game mode is - Vampire!")
boutput(world, "Don't be scared!")