mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Merge remote-tracking branch 'origin/just-in-case'
# Conflicts: # code/game/objects/items/weapons/weaponry.dm Conflict clearance for vampire.
This commit is contained in:
@@ -65,6 +65,11 @@
|
||||
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