mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Add fear to evasion abilities
This commit is contained in:
@@ -484,6 +484,10 @@ public class AttachAi extends SpellAbilityAi {
|
|||||||
if (card.hasKeyword("Menace")) {
|
if (card.hasKeyword("Menace")) {
|
||||||
thisprio += 10;
|
thisprio += 10;
|
||||||
}
|
}
|
||||||
|
// Avoid this for Sleepers Robe?
|
||||||
|
if (card.hasKeyword("Fear")) {
|
||||||
|
thisprio += 15;
|
||||||
|
}
|
||||||
if (card.hasKeyword("Flying")) {
|
if (card.hasKeyword("Flying")) {
|
||||||
thisprio += 20;
|
thisprio += 20;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user