forked from 2009Scape/Server
fix Gertrude's cat quest not completing
This commit is contained in:
parent
004d4c9432
commit
f735011587
2 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ class GCItemOnCat : InteractionListener() {
|
|||
|
||||
onUseWith(NPC, Items.THREE_LITTLE_KITTENS_13236, NPCs.GERTRUDES_CAT_2997){player, used, with ->
|
||||
if(removeItem(player, used.asItem())){
|
||||
setQuestStage(player, GERTCAT, 60)
|
||||
//below copied verbatim from original, I don't like it.
|
||||
Pulser.submit(object : Pulse(1) {
|
||||
var count = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue