Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed May 7, 2024
1 parent b3a4f07 commit 9934fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ objectOperate("Enter", "rune_essence_exit_portal") {
target.tile.shoot("curse", player.tile)

player.softQueue("essence_mine_exit", 3) {
val npc = player["last_npc_teleport_to_rune_essence_mine", "sedridor"]
val npc = player["last_npc_teleport_to_rune_essence_mine", "aubury"]
val tile = areas["${npc}_return"].random()
player.tele(tile)
}
Expand Down

0 comments on commit 9934fd8

Please sign in to comment.