- Added Diaochan, Artful Beauty

This commit is contained in:
swordshine
2014-03-05 05:08:04 +00:00
parent 34c2d37b46
commit cd45fd824d
7 changed files with 57 additions and 13 deletions

View File

@@ -258,6 +258,9 @@ public final class AbilityFactory {
if (mapParams.containsKey("TargetsWithRelatedProperty")) {
abTgt.setRelatedProperty(mapParams.get("TargetsWithRelatedProperty"));
}
if (mapParams.containsKey("TargetingPlayer")) {
abTgt.setMandatory(true);
}
return abTgt;
}