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:
@@ -338,11 +338,6 @@ public class CrypticClue extends ClueScroll implements TextClueScroll, NpcClueSc
|
|||||||
public void makeOverlayHint(PanelComponent panelComponent, ClueScrollPlugin plugin)
|
public void makeOverlayHint(PanelComponent panelComponent, ClueScrollPlugin plugin)
|
||||||
{
|
{
|
||||||
panelComponent.getChildren().add(TitleComponent.builder().text("Cryptic Clue").build());
|
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)
|
if (getNpc() != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user