mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- The Prowess keyword will now set a BuffedBy SVar for the AI.
This commit is contained in:
@@ -3372,6 +3372,7 @@ public class CardFactoryUtil {
|
||||
final Trigger prowessTrigger = TriggerHandler.parseTrigger(trigProwess.toString(), card, true);
|
||||
for (int i = 0; i < prowess; i++) {
|
||||
card.addTrigger(prowessTrigger);
|
||||
card.setSVar("BuffedBy", "Card.nonCreature+nonLand"); // for the AI
|
||||
} // Prowess
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user