v3.3.0: added a catch to name/desc of afterimage

This commit is contained in:
Evan Debenham
2025-11-27 12:26:02 -05:00
parent 144fb80dc2
commit 5278839903
@@ -172,6 +172,16 @@ public class Feint extends ArmorAbility {
actPriority = Actor.HERO_PRIO+1; actPriority = Actor.HERO_PRIO+1;
} }
@Override
public String name() {
return ""; //shouldn't be examinable
}
@Override
public String description() {
return ""; //shouldn't be examinable
}
@Override @Override
public boolean canInteract(Char c) { public boolean canInteract(Char c) {
return false; return false;