- Added Skaab Ruinator.

This commit is contained in:
Sloth
2011-10-22 07:06:20 +00:00
parent c376f592de
commit bf9686418b
3 changed files with 16 additions and 1 deletions

View File

@@ -4832,7 +4832,8 @@ public class CardFactoryUtil {
SpellAbility_Restriction restriction = new SpellAbility_Restriction();
restriction.setRestrictions(mapParams);
restriction.setZone(Constant.Zone.Hand);
if(!mapParams.containsKey("ActivationZone"))
restriction.setZone(Constant.Zone.Hand);
altCostSA.setRestrictions(restriction);
altCostSA.setDescription(sb.toString());