Remove full clue description from CrypticClue

This info is literally useless when we provide solution right below it
and we do not do this for other types of clues.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-10-26 23:09:34 +02:00
parent 978ea05cbe
commit a74cb9ce3b

View File

@@ -338,11 +338,6 @@ public class CrypticClue extends ClueScroll implements TextClueScroll, NpcClueSc
public void makeOverlayHint(PanelComponent panelComponent, ClueScrollPlugin plugin)
{
panelComponent.getChildren().add(TitleComponent.builder().text("Cryptic Clue").build());
panelComponent.getChildren().add(LineComponent.builder().left("Clue:").build());
panelComponent.getChildren().add(LineComponent.builder()
.left(getText())
.leftColor(TITLED_CONTENT_COLOR)
.build());
if (getNpc() != null)
{