v2.1.2: fixed an error with feint caused by v2.1.1
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ public class Feint extends ArmorAbility {
|
|||||||
return;
|
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"));
|
GLog.w(Messages.get(this, "bad_location"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user