Merge branch 'clue-level' into 'master'

Clue Scroll Bugfix and Dynamic Drop Ids

See merge request 2009scape/2009scape!362
This commit is contained in:
Ceikry 2021-12-30 18:49:02 +00:00
commit 943c2eaa8e
3 changed files with 132 additions and 130 deletions

View file

@ -81,3 +81,5 @@
- Add mort myre stems and pears to bloom's effect, and add the sound effect for bloom.
- Add proper sound effects for the explorer's ring and fix leaf-bladed sword's sound effects.
- Fix wine of zamorak pickup interaction.
- Static clue drop ids replaced with their level appropriate proxy values
- Fix a bug where clue scrolls were rerolled to easy for most NPCs

File diff suppressed because it is too large Load diff

View file

@ -137,7 +137,7 @@ public final class TreasureTrailPlugin extends OptionHandler {
@Override
public Item getItem(Item item, NPC npc) {
return ClueScrollPlugin.getClue(npc.getDefinition().getConfiguration(NPCConfigParser.CLUE_LEVEL, ClueLevel.EASY)).copy();
return item;
}
/**