mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 00:31:57 +00:00
Some fixes (#359)
- Added message of the week to welcome screen interface - Added face north when clicking compass - Disabled the blank tab on game frame - Fixed all of the dialogue issues I could find in rune mysteries - Fixed a few typos and did a very minor clean up in the dialogue file still a lot more planned soon - Disabled resizable on the client seeing as it doesnt work correct currently anyways
This commit is contained in:
committed by
Daniel Ginovker
parent
b1eaacf93c
commit
db1f5ed785
@@ -62,8 +62,7 @@ public class SpecialObjects {
|
||||
|
||||
public static void initKharid(Player player, int objectId) {
|
||||
if (!player.getItemAssistant().playerHasItem(995, 10)) {
|
||||
player.getDialogueHandler().itemMessage(player,
|
||||
"You need 10 coins to pass through this gate.", 995, 200);
|
||||
player.getDialogueHandler().itemMessage("You need 10 coins to pass through this gate.", 995, 200);
|
||||
player.nextChat = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user