- Little fix Shockmaw Dragon

This commit is contained in:
Jeff 2015-01-17 00:57:32 -06:00
parent b28cbf9046
commit 82a5c9c737

View file

@ -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;
}
}
}