From ba658ab173e961548a46ba8e3b654ef2abcfbb88 Mon Sep 17 00:00:00 2001 From: Cadence <11286104+renascenceiallyme@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:10:41 +1100 Subject: [PATCH] Fix mixed text for read a bad situation (motw) Text for a mixed success read as "On a 10+, hold 1" when it should say "On a 7-9, hold 1" --- moves/motw.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moves/motw.js b/moves/motw.js index c69cfe7..d334b0d 100644 --- a/moves/motw.js +++ b/moves/motw.js @@ -309,7 +309,7 @@ When you look around and read a bad situation, you can ask:\n\ - What\'s the biggest threat?\n\ - What\'s most vulnerable to me?\n\ - What\'s the best way to protect the victims?', - mixed: 'On a 10+, hold 1. One hold can be spent\ + mixed: 'On a 7-9, hold 1. One hold can be spent\ to ask the Keeper one of the following questions (if you act on the answers,\ you get +1 ongoing while the information is relevant):\n\ - What\'s my best way in?\n\ @@ -630,4 +630,4 @@ EXAMPLE: __!note add Keeler is a suspect__ will add the note *Keeler is a suspec will remove it from your Notes list.', method: general.notes } -} \ No newline at end of file +}