refactor NPCDropTable, WeightBasedTable to fix bugs

This commit is contained in:
Ryan
2022-01-18 09:29:58 +00:00
parent 3fe3a47a8d
commit 60ae06d42a
4 changed files with 46 additions and 67 deletions
+2 -1
View File
@@ -114,4 +114,5 @@
- Waterbirth Dungeon is now cannonable - aweinstock
- Spinolyps only drain prayer if they hit, and always target ranged defence (plus null reference fix) - aweinstock
- Increase drop rate of Sinister Key to 1/12 - aweinstock
- Strike spells now always max on Salarin, convert Yanille Agility Dungeon to kotlin + listener - aweinstock
- Strike spells now always max on Salarin, convert Yanille Agility Dungeon to kotlin + listener - aweinstock
- Refactor NPCDropTable, WeightBasedTable and fixed bug where special items weren't processed in some cases - ryannathans