clue scrolls: Use consistent label for "Location" (#9421)
This commit is contained in:
@@ -203,7 +203,7 @@ public class AnagramClue extends ClueScroll implements TextClueScroll, NpcClueSc
|
|||||||
.leftColor(TITLED_CONTENT_COLOR)
|
.leftColor(TITLED_CONTENT_COLOR)
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
panelComponent.getChildren().add(LineComponent.builder().left("Area:").build());
|
panelComponent.getChildren().add(LineComponent.builder().left("Location:").build());
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
panelComponent.getChildren().add(LineComponent.builder()
|
||||||
.left(getArea())
|
.left(getArea())
|
||||||
.leftColor(TITLED_CONTENT_COLOR)
|
.leftColor(TITLED_CONTENT_COLOR)
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ public class CipherClue extends ClueScroll implements TextClueScroll, NpcClueScr
|
|||||||
.leftColor(TITLED_CONTENT_COLOR)
|
.leftColor(TITLED_CONTENT_COLOR)
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
panelComponent.getChildren().add(LineComponent.builder().left("Area:").build());
|
panelComponent.getChildren().add(LineComponent.builder().left("Location:").build());
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
panelComponent.getChildren().add(LineComponent.builder()
|
||||||
.left(getArea())
|
.left(getArea())
|
||||||
.leftColor(TITLED_CONTENT_COLOR)
|
.leftColor(TITLED_CONTENT_COLOR)
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ public class HotColdClue extends ClueScroll implements LocationClueScroll, Locat
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
panelComponent.getChildren().add(LineComponent.builder()
|
||||||
.left("Possible areas:")
|
.left("Possible locations:")
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
final Map<HotColdArea, Integer> locationCounts = new EnumMap<>(HotColdArea.class);
|
final Map<HotColdArea, Integer> locationCounts = new EnumMap<>(HotColdArea.class);
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ public class MusicClue extends ClueScroll implements NpcClueScroll
|
|||||||
.leftColor(TITLED_CONTENT_COLOR)
|
.leftColor(TITLED_CONTENT_COLOR)
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
panelComponent.getChildren().add(LineComponent.builder().left("Area:").build());
|
panelComponent.getChildren().add(LineComponent.builder().left("Location:").build());
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
panelComponent.getChildren().add(LineComponent.builder()
|
||||||
.left("Falador Park")
|
.left("Falador Park")
|
||||||
.leftColor(TITLED_CONTENT_COLOR)
|
.leftColor(TITLED_CONTENT_COLOR)
|
||||||
|
|||||||
Reference in New Issue
Block a user