summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index e6a0d6238..1808e1327 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3194,10 +3194,9 @@ item_db: (
Script: <"
// ShovelQuests_Assigned<MAP$,X,Y> → Coordinates for Treasure Map
if (!ShovelQuests_AssignedX) {
- dispbottom ("You cannot read this map...");
- } else {
- dispbottom ("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY);
+ callfunc "shovel_genrandtreasure";
}
+ dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY);
">
},