mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08: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")) {
|
||||
thisprio += 10;
|
||||
}
|
||||
// Avoid this for Sleepers Robe?
|
||||
if (card.hasKeyword("Fear")) {
|
||||
thisprio += 15;
|
||||
}
|
||||
if (card.hasKeyword("Flying")) {
|
||||
thisprio += 20;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user