Talk:Chamber
if ( command.equals( "tower" ) || command.equals( "guardians" ) || command.equals( "chamber" ) ) { SorceressLairManager.fightAllTowerGuardians(); return; }
seems to be the relevant Java ... which also seems to imply that this function is identical to guardians()...? (Looking in RuntimeLibrary.java, it's fairly obvious that these functions are just passed to the CLI.) --Heeheehee 05:04, 1 May 2010 (UTC)