Skip to content

Commit

Permalink
fix: explain where Butler's uniform can be reobtained with a tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Sep 29, 2024
1 parent 61342cd commit 14ed9d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ protected void setupRequirements()
var uniformTopEquipped = uniformTop.equipped().highlighted();
var uniformBottomEquipped = uniformBottom.equipped().highlighted();
uniformEquipped = new ItemRequirements("Butler's uniform (equipped)", uniformTopEquipped, uniformBottomEquipped).highlighted();
uniformEquipped.setTooltip("This can be obtained from the wardrobe north of Villa Lucens.");

wineLabels = new ItemRequirement("Wine labels", ItemID.WINE_LABELS);
threateningNote = new ItemRequirement("Threatening note", ItemID.THREATENING_NOTE);
Expand Down

0 comments on commit 14ed9d8

Please sign in to comment.