v3.3.0: added a catch to name/desc of afterimage
This commit is contained in:
@@ -172,6 +172,16 @@ public class Feint extends ArmorAbility {
|
||||
actPriority = Actor.HERO_PRIO+1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String name() {
|
||||
return ""; //shouldn't be examinable
|
||||
}
|
||||
|
||||
@Override
|
||||
public String description() {
|
||||
return ""; //shouldn't be examinable
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canInteract(Char c) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user