mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
- 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) {
|
for (Permanent creature : creatures) {
|
||||||
if (creature != null) {
|
if (creature != null) {
|
||||||
creature.damage(1, source.getSourceId(), game, false, true);
|
creature.damage(1, source.getSourceId(), game, false, true);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue