mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Improved taunting the lesser demon in the Wizards' Tower
This commit is contained in:
parent
8bbe8cf57d
commit
bf91e47ddc
1 changed files with 3 additions and 2 deletions
|
|
@ -17,9 +17,10 @@ class DemonTauntHandler : InteractionListener {
|
|||
override fun defineListeners() {
|
||||
on(Scenery.RAILING_37668, IntType.SCENERY, "taunt-through") { player, _ ->
|
||||
val demon = findLocalNPC(player, NPCs.LESSER_DEMON_82) ?: return@on true
|
||||
|
||||
forceWalk(demon, player.location, "smart")
|
||||
face(player, demon, 3)
|
||||
sendMessage(player, "You taunt the demon, making it growl.")
|
||||
sendChat(demon, "Graaagh!")
|
||||
sendChat(demon, "Graaaagh!")
|
||||
face(demon, player, 3)
|
||||
emote(player, Emotes.RASPBERRY)
|
||||
return@on true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue