Skip to content

Commit

Permalink
Update src/ to 0.96a-RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaghaimo committed May 5, 2023
1 parent 8aeb339 commit e1cfc10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void createSmallDescription(TooltipMakerAPI info, float width, float heig
info.addPara(desc.getText1(), opad);
} else if (id.equals("volturn")) {
if (visited) {
info.addImage(Global.getSettings().getSpriteName("illustrations", "luddic_shrine"), width, opad);
info.addImage(Global.getSettings().getSpriteName("illustrations", "volturn_shrine_fake"), width, opad);
}
Description desc = Global.getSettings().getDescription("shrine_volturn", Type.CUSTOM);
info.addPara(desc.getText1(), opad);
Expand All @@ -180,7 +180,7 @@ public void createSmallDescription(TooltipMakerAPI info, float width, float heig
info.addPara(desc.getText1(), opad);
} else if (id.equals("gilead")) {
if (visited) {
info.addImage(Global.getSettings().getSpriteName("illustrations", "gilead_shrine"), width, opad);
info.addImage(Global.getSettings().getSpriteName("illustrations", "gilead"), width, opad);
}
Description desc = Global.getSettings().getDescription("shrine_gilead", Type.CUSTOM);
info.addPara(desc.getText1(), opad);
Expand Down

0 comments on commit e1cfc10

Please sign in to comment.