mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Vampire Re-write: Block 1
The largest chunk of this rewrite. Reworks the vampire powers, and makes them completely modular, as with changeling. Also adds a few powers, and so on. A massive list of TO-DOs remains.
This commit is contained in:
@@ -65,11 +65,6 @@
|
||||
else
|
||||
user.visible_message("\red [user]'s concentration is broken!", "\red Your concentration is broken! You and your target need to stay uninterrupted for longer!")
|
||||
return
|
||||
else if(M.mind && M.mind.vampire)
|
||||
if(!(VAMP_FULL in M.mind.vampire.powers))
|
||||
user << "\red The rod burns cold in your hand, filling you with grim determination. You feel the creature's power weaken."
|
||||
M << "<span class='warning'>The nullrod's power interferes with your own! They are on to you!</span>"
|
||||
M.mind.vampire.nullified = max(8, M.mind.vampire.nullified + 8)
|
||||
else if(prob(10))
|
||||
user << "<span class='danger'>The rod slips in your hand.</span>"
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user