Skip to content

Commit

Permalink
#253 - Correct Vyre Well's blood rune count
Browse files Browse the repository at this point in the history
  • Loading branch information
Thource committed Jul 28, 2024
1 parent 81dff90 commit b7e89dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public boolean onVarbitChanged() {
boolean updated = super.onVarbitChanged();

if (updated) {
bloodRunes.setQuantity(vialsOfBlood.getQuantity() * 300L);
bloodRunes.setQuantity(vialsOfBlood.getQuantity() * 200L);
}

return updated;
Expand Down

0 comments on commit b7e89dc

Please sign in to comment.