mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
25dc248979
* 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
15 lines
718 B
Plaintext
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!"
|
|
. = ..()
|