Refactors vampire abiliies to be spells

This commit is contained in:
Tastyfish
2016-03-10 07:01:31 -05:00
parent 7b9a8e9578
commit 1bb98edc0d
11 changed files with 651 additions and 664 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
if(M.mind)
if(M.mind.vampire)
if(ishuman(M))
if(!(VAMP_FULL in M.mind.vampire.powers))
if(!M.mind.vampire.get_ability(/datum/vampire_passive/full))
M << "<span class='warning'>The nullrod's power interferes with your own!</span>"
M.mind.vampire.nullified = max(5, M.mind.vampire.nullified + 2)
..()