mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +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
@@ -1611,12 +1611,12 @@ public class ObjectsActions {
|
||||
|
||||
// PARTY ROOM START
|
||||
case 2417: // 26193 if falador
|
||||
player.inPartyRoom = true;
|
||||
//player.inPartyRoom = true;
|
||||
PartyRoom.open(player);
|
||||
break;
|
||||
|
||||
case 2416:
|
||||
player.inPartyRoom = true;
|
||||
//player.inPartyRoom = true;
|
||||
PartyRoom.dropAll();
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user