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
@@ -103,7 +103,7 @@ public class NPCDropsHandler {
return NPCDrops.pyrefiend;
} else if (npc.equals("aberrant_spectre")
|| npc.equals("aberrant_specter")
|| npc.equals("Aberant_specter")) {
|| npc.equals("aberant_specter")) {
return NPCDrops.abberantspectre;
} else if (npc.equals("earth_warrior")) {
return NPCDrops.earthwarrior;