mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
braces
This commit is contained in:
parent
07e5fa8229
commit
69b81eb28c
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class ScytheOfTheWretchedAbility extends DiesAndDealtDamageThisTurnTriggeredAbil
|
|||
@Override
|
||||
public boolean checkTrigger(GameEvent event, Game game) {
|
||||
Permanent equippedCreature = getEquippedCreature(game);
|
||||
if(equippedCreature == null) return false;
|
||||
if(equippedCreature == null) { return false; }
|
||||
|
||||
ZoneChangeEvent zoneChange = (ZoneChangeEvent) event;
|
||||
if(zoneChange.isDiesEvent() && zoneChange.getTarget().getCardType().contains(CardType.CREATURE)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue