Fixed another softlock in The Fremennik Trials

This commit is contained in:
Player Name 2025-02-19 07:31:29 +00:00 committed by Ryan
parent af58fae1fc
commit 0e65f20223

View file

@ -213,7 +213,9 @@ class TFTInteractionListeners : InteractionListener {
on(SWENSEN_LADDER, IntType.SCENERY, "climb-down") { player, _ ->
if (!getAttribute(player,"fremtrials:swensen-accepted",false)) {
sendNPCDialogue(player,1283,"Where do you think you're going?", core.game.dialogue.FacialExpression.ANGRY)
return@on true
}
core.game.global.action.ClimbActionHandler.climb(player, Animation(828), Location.create(2631, 10006, 0))
return@on true
}