Remove full clue description for Hot/Cold clue
This is not useful as the clue tells you to speak to Jorral to receive strange device right below. Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -100,14 +100,6 @@ public class HotColdClue extends ClueScroll implements LocationClueScroll, Locat
|
|||||||
// strange device has not been tested yet, show how to get it
|
// strange device has not been tested yet, show how to get it
|
||||||
if (lastWorldPoint == null && location == null)
|
if (lastWorldPoint == null && location == null)
|
||||||
{
|
{
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
|
||||||
.left("Clue:")
|
|
||||||
.build());
|
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
|
||||||
.left(getText())
|
|
||||||
.leftColor(TITLED_CONTENT_COLOR)
|
|
||||||
.build());
|
|
||||||
|
|
||||||
if (getNpc() != null)
|
if (getNpc() != null)
|
||||||
{
|
{
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
panelComponent.getChildren().add(LineComponent.builder()
|
||||||
@@ -137,7 +129,6 @@ public class HotColdClue extends ClueScroll implements LocationClueScroll, Locat
|
|||||||
|
|
||||||
for (HotColdLocation hotColdLocation : digLocations)
|
for (HotColdLocation hotColdLocation : digLocations)
|
||||||
{
|
{
|
||||||
Rectangle2D r = hotColdLocation.getRect();
|
|
||||||
HotColdArea hotColdArea = hotColdLocation.getHotColdArea();
|
HotColdArea hotColdArea = hotColdLocation.getHotColdArea();
|
||||||
|
|
||||||
if (locationCounts.containsKey(hotColdArea))
|
if (locationCounts.containsKey(hotColdArea))
|
||||||
|
|||||||
Reference in New Issue
Block a user