bunch o changes (#200)

* Create cluescrolls.txt

* tidy up

* fixup ::item command

* tidy up

* fixup fight caves checker
This commit is contained in:
Danial
2019-11-19 10:28:00 +13:00
committed by Daniel Ginovker
parent 925c91406d
commit 27b5f075bc
6 changed files with 454 additions and 62 deletions
@@ -900,7 +900,7 @@ public class NpcHandler {
|| npcs[i].npcType == 1532 // Barricade
|| npcs[i].npcType == 153 // Butterfly
|| PestControl.npcIsPCMonster(npcs[i].npcType)
|| FightCaves.isFightCaveNpc(npcs[i].npcType)) {
|| FightCaves.isFightCaveNpc(i)) {
// These npcs shouldn't have drops
return;
}