mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Merge branch 'clue-level' into 'master'
Clue Scroll Bugfix and Dynamic Drop Ids See merge request 2009scape/2009scape!362
This commit is contained in:
commit
943c2eaa8e
3 changed files with 132 additions and 130 deletions
|
|
@ -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
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue