mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00: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) {
|
||||
if (creature != null) {
|
||||
creature.damage(1, source.getSourceId(), game, false, true);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue