From 97e4a502c93cca5606ad47591ac91eb2222d7f1d Mon Sep 17 00:00:00 2001 From: prosolis <5590409+prosolis@users.noreply.github.com> Date: Sat, 9 May 2026 20:48:56 -0700 Subject: [PATCH] =?UTF-8?q?Hospital:=20fix=20preposition=20in=20USA-standa?= =?UTF-8?q?rds=20descriptor=20(for=E2=86=92by)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- internal/plugin/adventure_flavor_hospital.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/plugin/adventure_flavor_hospital.go b/internal/plugin/adventure_flavor_hospital.go index c3d0bb0..ea50732 100644 --- a/internal/plugin/adventure_flavor_hospital.go +++ b/internal/plugin/adventure_flavor_hospital.go @@ -67,7 +67,7 @@ var nurseJoyAlreadyRevived = "You seem to have recovered on your own! " + // "The bill has been described as ..." sentence in the discharge announcement. // Some are bare adjectives ("devastating"); others are full quoted phrases. var hospitalDischargeBillDescriptors = []string{ - "\"inhumane but probably normal for USA standards.\"", + "\"inhumane but probably normal by USA standards.\"", "devastating.", "ruinous.", "soul-crushing.",