mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
*Added a keyword, which will probably not be very useful on it's own but more likely with PumpCurses.
CARDNAME's activated abilities can't be activated. *Added Arrest Gelid Shackles Ice Cage Infantry Veteran
This commit is contained in:
@@ -18,6 +18,7 @@ abstract public class Ability_Activated extends SpellAbility implements java.io.
|
||||
Card c = getSourceCard();
|
||||
if (c.isFaceDown() && isIntrinsic()) // Intrinsic abilities can't be activated by face down cards
|
||||
return false;
|
||||
if(c.hasKeyword("CARDNAME's activated abilities can't be activated.")) return false;
|
||||
|
||||
CardList Pithing = AllZoneUtil.getPlayerCardsInPlay(AllZone.HumanPlayer);
|
||||
Pithing.add(AllZoneUtil.getPlayerCardsInPlay(AllZone.ComputerPlayer));
|
||||
|
||||
Reference in New Issue
Block a user