Merge branch 'clue-level' into 'master'
Clue Scroll Bugfix and Dynamic Drop Ids See merge request 2009scape/2009scape!362
This commit is contained in:
@@ -81,3 +81,5 @@
|
|||||||
- Add mort myre stems and pears to bloom's effect, and add the sound effect for bloom.
|
- 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.
|
- Add proper sound effects for the explorer's ring and fix leaf-bladed sword's sound effects.
|
||||||
- Fix wine of zamorak pickup interaction.
|
- 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
@@ -137,7 +137,7 @@ public final class TreasureTrailPlugin extends OptionHandler {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Item getItem(Item item, NPC npc) {
|
public Item getItem(Item item, NPC npc) {
|
||||||
return ClueScrollPlugin.getClue(npc.getDefinition().getConfiguration(NPCConfigParser.CLUE_LEVEL, ClueLevel.EASY)).copy();
|
return item;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user