mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Adds Dantalion, a new vampire subclass. (#17353)
* dantalion * my sanity melts * I am a front end engineer * first review pass Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * review pass part 2 * fixes and polishes * review * sprites thanks to ramon * todo and power reshuffle * styling + fix * steel review * thrall commune fixes + polish * I hate som * runtime fix + dethrall message * balance patch + jobban support * I clicked on the file bundle and this commit took so long to handle * review Co-authored-by: Farie82 <farie82@users.noreply.github.com> * review Co-authored-by: Farie82 <farie82@users.noreply.github.com> * "last change they say" Co-authored-by: Farie82 <farie82@users.noreply.github.com> * cool animation * AA review Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
|
||||
#define STATUS_EFFECT_SAWBLEED /datum/status_effect/saw_bleed //if the bleed builds up enough, takes a ton of damage
|
||||
|
||||
#define STATUS_EFFECT_PACIFIED /datum/status_effect/pacifism //forces the pacifism trait
|
||||
//#define STATUS_EFFECT_NECROPOLIS_CURSE /datum/status_effect/necropolis_curse
|
||||
//#define CURSE_BLINDING 1 //makes the edges of the target's screen obscured
|
||||
//#define CURSE_SPAWNING 2 //spawns creatures that attack the target only
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#define SUBCLASS_HEMOMANCER /datum/vampire_subclass/hemomancer
|
||||
#define SUBCLASS_GARGANTUA /datum/vampire_subclass/gargantua
|
||||
#define SUBCLASS_UMBRAE /datum/vampire_subclass/umbrae
|
||||
#define SUBCLASS_DANTALION /datum/vampire_subclass/dantalion
|
||||
#define SUBCLASS_ANCIENT /datum/vampire_subclass/ancient
|
||||
|
||||
#define BLOOD_DRAIN_LIMIT 200 // the amount of blood a vampire can drain from a person.
|
||||
|
||||
Reference in New Issue
Block a user