mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 00:31:57 +00:00
Cats/kalphite queen/random (#313)
- Did some work with the kalphite queen
This commit is contained in:
committed by
Daniel Ginovker
parent
17e5e7ea5c
commit
c5c1c2fc35
@@ -1,6 +1,7 @@
|
||||
package com.rebotted.game.dialogues;
|
||||
|
||||
import com.rebotted.GameConstants;
|
||||
import com.rebotted.GameEngine;
|
||||
import com.rebotted.game.content.quests.QuestAssistant;
|
||||
import com.rebotted.game.content.quests.QuestRewards;
|
||||
import com.rebotted.game.content.randomevents.FreakyForester;
|
||||
@@ -3901,9 +3902,9 @@ public class DialogueHandler {
|
||||
player.nextChat = 0;
|
||||
break;
|
||||
case 912:
|
||||
player.getDialogueHandler().sendStatement(
|
||||
"Catching rats is currently disabled.");
|
||||
player.nextChat = 0;
|
||||
GameEngine.npcHandler.catchRat(player.rememberNpcIndex);
|
||||
player.getPacketSender().closeAllWindows();
|
||||
player.nextChat = 0;
|
||||
break;
|
||||
case 913:
|
||||
sendStatement("You shoo your cat away.");
|
||||
|
||||
Reference in New Issue
Block a user