mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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…
Reference in a new issue