Commit 0dc63520196345ead5d6e770d7fe0f1d8b144459

Authored by K'van
1 parent dbb550c0

Makes warthful ego on-block damage friendly-fire safe as the description implies…

… and to avoid hitting ourself if we block damage from a floor effect.
... ... @@ -540,7 +540,7 @@ newEntity{
540 540 who.turn_procs.shield_wrathful[target.uid] = true
541 541
542 542
543   - local tg = {type="hit", range=10}
  543 + local tg = {type="hit", range=10, friendlyfire=false}
544 544 local dam = special.shield_wrathful(who)
545 545 local damage = who:spellCrit(dam)
546 546
... ...