mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed another softlock in The Fremennik Trials
This commit is contained in:
parent
af58fae1fc
commit
0e65f20223
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue