Merge pull request #3824 from Tastyfish/vamppow

Refactors vampire abilities, also some vamp fixes
This commit is contained in:
Fox McCloud
2016-03-11 21:22:44 -05:00
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)
..()