From e5d01c83f08ca9bfe25aec709084cc22ef52d9df Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 20 Apr 2022 11:32:02 -0400 Subject: [PATCH] Remove ibsoletre constraint comment. I think it became obsolete when we factored out state-change messages. --- adventure.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index ae064e4..70c2a05 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -64,12 +64,8 @@ # All attributes are optional except the long description and # travel. Order of locations is not significant. # -# arbitrary_messages: These are arguments to rspeak(). Some spans of -# these messages need to be kept adjacent and ordered (for now), -# though there are no dependencies on actual numbers left. To see -# which, grep for rspeak() calls containing expressions with -# arithmetic. Eventually, these will be pulled out into more -# appropriate data structures. Then ordering can be dropped. +# arbitrary_messages: These are arguments to rspeak(). Order is +# not significant. # # classes: Each item contains a point threshold and a message # describing a classification of player. Point thresholds must be -- 2.31.1