v3.3.0: fixed returning beacon not working on same floor after changes

This commit is contained in:
Evan Debenham
2025-11-26 10:41:58 -05:00
parent 6458baa4d4
commit 1ffafccf42

View File

@@ -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;