From 5075c63cf4f625105050d2221671d9d1f57d8276 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 18 Apr 2023 07:51:55 -0400 Subject: [PATCH] Add some map tags. --- adventure.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index e809882..35c541d 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -784,7 +784,7 @@ locations: !!omap You are in a low n/s passage at a hole in the floor. The hole goes down to an e/w passage. short: 'You''re in n/s passage above e/w passage.' - maptag: !!null + maptag: "Floor hole." conditions: {DEEP: true} travel: [ {verbs: [HALL, OUT, SOUTH], action: [goto, LOC_KINGHALL]}, @@ -1730,7 +1730,7 @@ locations: !!omap description: long: 'You are in a long sloping corridor with ragged sharp walls.' short: !!null - maptag: !!null + maptag: "Sloping corridor" conditions: {DEEP: true} travel: [ {verbs: [UPWAR, SHELL], action: [goto, LOC_SHELLROOM]}, @@ -2048,7 +2048,7 @@ locations: !!omap roar, so loud that the entire cave seems to be trembling. Another passage leads south, and a low crawl goes east. short: 'You''re at junction with warm walls.' - maptag: !!null + maptag: "Warm junction" conditions: {NOARRR: true, DEEP: true} sound: LOUD_ROAR travel: [ -- 2.31.1