mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Merge pull request #3824 from Tastyfish/vamppow
Refactors vampire abilities, also some vamp fixes
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user