mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38: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")) {
|
else if (keyword.startsWith("Haunt")) {
|
||||||
setupHauntSpell(card);
|
setupHauntSpell(card);
|
||||||
}
|
}
|
||||||
|
else if (keyword.startsWith("Annihilator")) {
|
||||||
|
addTriggerAbility(keyword, card, null);
|
||||||
|
}
|
||||||
else if (keyword.equals("Provoke")) {
|
else if (keyword.equals("Provoke")) {
|
||||||
addTriggerAbility(keyword, card, null);
|
addTriggerAbility(keyword, card, null);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user