Removes Shadowstep. replace it with 2 powers for each vampire type. (#18951)

* WIP

* shadow boxing

* garg + hemomancer

* dantalion and stuff

* oops

* some tweaks

* sprites, tweaks and TGUI

* ready for review

* review

* forgot some sean comments

* oops

* prevents people walking over shockwaves

* shadow boxing DPS down to 20

* oops

* affected review
This commit is contained in:
Charlie
2022-09-30 18:32:53 +01:00
committed by GitHub
parent ef133c5187
commit 5785c3638f
18 changed files with 580 additions and 68 deletions
+2
View File
@@ -45,6 +45,8 @@
return blood_cost
/datum/spell_handler/vampire/after_cast(list/targets, mob/user, obj/effect/proc_holder/spell/spell)
if(!spell.should_recharge_after_cast)
return
if(!required_blood)
return
var/datum/antagonist/vampire/vampire = user.mind.has_antag_datum(/datum/antagonist/vampire)