From ebf3e389c0026c500f9e5d3ca3dc6fb5218ae68f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 17 Apr 2023 09:19:26 -0400 Subject: [PATCH] Add exolanatory comment. --- adventure.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/adventure.yaml b/adventure.yaml index 8909914..e809882 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -3253,7 +3253,9 @@ turn_thresholds: Good grief, don't you *EVER* give up? Do you realize you've spent over 2500 turns at this? That's another ten points off, a total of twenty points lost for taking so long. - + +# Objects names OBJ_* are not made visible by the map-graph generator. +# Don't change these casually. objects: !!omap - NO_OBJECT: inventory: !!null -- 2.31.1