mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added Skaab Ruinator.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user