mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[Y22] Implemented Soulstealer Axe
This commit is contained in:
parent
07043c393c
commit
a7fa431d19
3 changed files with 83 additions and 1 deletions
|
|
@ -77,8 +77,8 @@ public class DealsDamageToAPlayerAttachedTriggeredAbility extends TriggeredAbili
|
|||
|| p == null || !p.getAttachments().contains(this.getSourceId())) {
|
||||
return false;
|
||||
}
|
||||
getEffects().setValue("damage", event.getAmount());
|
||||
if (setFixedTargetPointer) {
|
||||
getEffects().setValue("damage", event.getAmount());
|
||||
getEffects().setTargetPointer(new FixedTarget(event.getPlayerId()));
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue