Cats/kalphite queen/random (#313)

- Did some work with the kalphite queen
This commit is contained in:
Mr Extremez
2019-12-22 14:59:26 -06:00
committed by Daniel Ginovker
parent 17e5e7ea5c
commit c5c1c2fc35
30 changed files with 372 additions and 1584 deletions
@@ -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;