v2.1.1: fixed challenge having a range of 4 tiles, not 5
This commit is contained in:
@@ -138,7 +138,7 @@ public class Challenge extends ArmorAbility {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Dungeon.level.distance(blinkpos, targetCh.pos) >= 5){
|
||||
if (Dungeon.level.distance(blinkpos, targetCh.pos) > 5){
|
||||
GLog.w(Messages.get(this, "distant_target"));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user