mirror of
https://github.com/correl/mage.git
synced 2025-04-03 09:18:59 -09:00
fixed a potential exception
This commit is contained in:
parent
660862b75f
commit
e471fef399
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ public class BecomeBlockedTargetEffect extends OneShotEffect {
|
|||
return staticText;
|
||||
}
|
||||
StringBuilder sb = new StringBuilder();
|
||||
if (mode.getTargets().isEmpty()) {
|
||||
return "that creature becomes blocked";
|
||||
}
|
||||
Target target = mode.getTargets().get(0);
|
||||
if (target.getNumberOfTargets() == 1) {
|
||||
String targetName = target.getTargetName();
|
||||
|
|
Loading…
Add table
Reference in a new issue