mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-14 00:22:21 +01:00
19 lines
430 B
Plaintext
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>")
|
|
|