Merge branch 'fixcat' into 'master'

fix Gertrude's cat quest not completing

See merge request 2009scape/2009scape!392
This commit is contained in:
Ryan
2022-01-18 07:34:59 +00:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -108,4 +108,5 @@
- Fix adventure bots pooling/stuck in Lumbridge after death - ryannathans
- Removed server monitor as it was blowing up in headless environments - ryannathans
< --- ABOVE Released January 11th, 2022 https://gitlab.com/2009scape/2009scape/-/tags/Jan-11-2022 ---- >
- Removed regular bones from wolf drop table-
- Removed regular bones from wolf drop table - Lethimyr
- Fix Gertrude's Cat quest not completing - ryannathans
@@ -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