forked from External/mage
- Little fix Shockmaw Dragon
This commit is contained in:
parent
b28cbf9046
commit
82a5c9c737
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ class ShockmawDragonEffect extends OneShotEffect {
|
|||
for (Permanent creature : creatures) {
|
||||
if (creature != null) {
|
||||
creature.damage(1, source.getSourceId(), game, false, true);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue