Files
Fluffy 25dc248979 Updated statpanel and added client pings (#18337)
* 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
2024-02-08 12:29:42 +00:00

15 lines
718 B
Plaintext

/datum/game_mode/vampire
name = "Vampire"
extended_round_description = "And He said, \"What have you done? Hark! Your brother's blood cries out to Me from the earth. \
And now, you are cursed even more than the ground, which opened its mouth to take your brother's blood from your hand. \
When you till the soil, it will not continue to give its strength to you; you shall be a wanderer and an exile in the land.\""
config_tag = "vampire"
required_players = 2
required_enemies = 1
antag_scaling_coeff = 8
antag_tags = list(MODE_VAMPIRE)
/datum/game_mode/vampire/pre_setup()
round_description = "There are vampires on the [SSatlas.current_map.station_type], keep your blood close and neck safe!"
. = ..()