mirror of
https://github.com/correl/mage.git
synced 2025-03-17 01:06:26 -09:00
- A real fix. Time to sleep I think.
This commit is contained in:
parent
82a5c9c737
commit
1d584afb4f
1 changed files with 1 additions and 1 deletions
|
@ -92,9 +92,9 @@ 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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue