mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Locked some cells in port sarim jail, can no longer just walk into wormbrain's cell
This commit is contained in:
parent
4d95ad1b09
commit
6e804d4e99
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
||||||
|
package rs09.game.content.quest.free.dragonslayer
|
||||||
|
|
||||||
|
import api.sendMessage
|
||||||
|
import org.rs09.consts.Scenery
|
||||||
|
import rs09.game.interaction.InteractionListener
|
||||||
|
|
||||||
|
class DSListeners : InteractionListener {
|
||||||
|
override fun defineListeners() {
|
||||||
|
on(Scenery.CELL_DOOR_40184, SCENERY, "open") {player, _ ->
|
||||||
|
sendMessage(player, "It's locked tight.")
|
||||||
|
return@on true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue