mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
CardFactoryUtil: add Annihilator to setupKeywords
This commit is contained in:
@@ -2232,6 +2232,9 @@ public class CardFactoryUtil {
|
||||
else if (keyword.startsWith("Haunt")) {
|
||||
setupHauntSpell(card);
|
||||
}
|
||||
else if (keyword.startsWith("Annihilator")) {
|
||||
addTriggerAbility(keyword, card, null);
|
||||
}
|
||||
else if (keyword.equals("Provoke")) {
|
||||
addTriggerAbility(keyword, card, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user