From edadf60d31b9354e639e93fdcd1fe2460ceae589 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 17 Sep 2019 04:40:22 +0000 Subject: [PATCH] Allow 'I'gnoring a note you stumble over. Thanks Razor. --- xtrn/lord/lord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtrn/lord/lord.js b/xtrn/lord/lord.js index d148f0b96a..1b7763dcb0 100644 --- a/xtrn/lord/lord.js +++ b/xtrn/lord/lord.js @@ -12547,7 +12547,7 @@ function forest() } sln(ich); sln(''); - if (ich === 'i') { + if (ich === 'I') { sln(' You look at the note a moment - then blithely toss it in a'); sln(' nearby creek. You skip away merrily! (evil can be fun!)'); sln(''); -- GitLab