clue scroll plugin: add spade warning to cryptic clues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user