Skip to content

Commit

Permalink
Update hemomancer_powers.dm (#23204)
Browse files Browse the repository at this point in the history
  • Loading branch information
OctusGit authored Nov 9, 2023
1 parent b4aea19 commit 3adf842
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,11 @@
attacker.adjustStaminaLoss(-20) // security is dead
attacker.heal_overall_damage(4, 4) // the station is full
attacker.AdjustKnockDown(-1 SECONDS) // blood is fuel

if(!V.get_ability(/datum/vampire_passive/blood_spill))
durability--
if(durability <= 0)
qdel(src)
to_chat(user, "<span class='warning'>Your claws shatter!</span>")
if(!V.get_ability(/datum/vampire_passive/blood_spill))
durability--
if(durability <= 0)
qdel(src)
to_chat(user, "<span class='warning'>Your claws shatter!</span>")

/obj/item/vamp_claws/melee_attack_chain(mob/user, atom/target, params)
..()
Expand Down

0 comments on commit 3adf842

Please sign in to comment.