v2.1.2: fixed an error with feint caused by v2.1.1
This commit is contained in:
@@ -90,7 +90,7 @@ public class Feint extends ArmorAbility {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!Dungeon.level.solid[target] || Actor.findChar(target) != null){
|
||||
if (Dungeon.level.solid[target] || Actor.findChar(target) != null){
|
||||
GLog.w(Messages.get(this, "bad_location"));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user