clue scroll plugin: add spade warning to cryptic clues

This commit is contained in:
xDemoN
2019-04-09 11:22:28 -04:00
committed by Adam
parent 564f96fbf5
commit c3dcd08de7

View File

@@ -333,6 +333,7 @@ public class CrypticClue extends ClueScroll implements TextClueScroll, NpcClueSc
this.objectId = objectId;
this.location = location;
this.solution = solution;
setRequiresSpade(getLocation() != null && getNpc() == null && objectId == -1);
}
@Override