From 4ec7fb8e294ab920d87721d0ec5a5ec64b97b2db Mon Sep 17 00:00:00 2001 From: Zed Lopez Date: Sun, 23 Apr 2023 07:20:30 -0700 Subject: [PATCH] clarification reactivation commitification --- inform7/Tests/Test Cases/Clarified.txt | 6 +++++- inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/inform7/Tests/Test Cases/Clarified.txt b/inform7/Tests/Test Cases/Clarified.txt index d9b95d942..4f5af876d 100644 --- a/inform7/Tests/Test Cases/Clarified.txt +++ b/inform7/Tests/Test Cases/Clarified.txt @@ -12,4 +12,8 @@ After dropping: now no-clarifications is true; continue the action. -Test me with "get box / red / drop box / l / get box / i". +After taking the blue box: + now no-clarifications is false; + continue the action. + +Test me with "get box / red / drop box / l / get box / i / get blue box / drop box". diff --git a/inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt b/inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt index 22d4af022..20c5977de 100644 --- a/inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt +++ b/inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt @@ -30,4 +30,10 @@ You are carrying: a red box + >[7] get blue box + Taken. + + >[8] drop box + Which do you mean, the blue box or the red box? + > > \ No newline at end of file