mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Fixed Vinesweeper bunnies so that you can't spam click them for hunter XP
This commit is contained in:
parent
b063fefbc5
commit
b1844261c1
1 changed files with 1 additions and 1 deletions
|
|
@ -149,10 +149,10 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea {
|
|||
//npc.animate(9603)
|
||||
npc.sendChat("Squeak!")
|
||||
npc.lock(3)
|
||||
player.skills.addExperience(Skills.HUNTER, 30.0)
|
||||
GameWorld.Pulser.submit(object : Pulse(3) {
|
||||
override fun pulse(): Boolean {
|
||||
//npc.setInvisible(true)
|
||||
player.skills.addExperience(Skills.HUNTER, 30.0)
|
||||
npc.respawnTick = GameWorld.ticks + 50
|
||||
npc.location = npc.properties.spawnLocation
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue