v3.3.0: fixed returning beacon not working on same floor after changes
This commit is contained in:
@@ -184,7 +184,7 @@ public class BeaconOfReturning extends Spell {
|
||||
}
|
||||
}
|
||||
|
||||
if (ScrollOfTeleportation.teleportToLocation(hero, returnPos)){
|
||||
if (ScrollOfTeleportation.teleportToLocation(hero, tracker.returnPos)){
|
||||
hero.spendAndNext( 1f );
|
||||
} else {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user