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