From a4775fe40ec510b2825b281b0c9f355b91d93238 Mon Sep 17 00:00:00 2001 From: buster scruggs <prettyleetemail@protonmail.com> Date: Mon, 20 Feb 2023 16:39:25 -0500 Subject: [PATCH] Correct misspelling --- src/interaction/main/toychest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js index 76342cc21fa..ea9815d1b4f 100644 --- a/src/interaction/main/toychest.js +++ b/src/interaction/main/toychest.js @@ -219,7 +219,7 @@ App.Interact.ToyChest = function(slave) { case "a ball gown": r += `The fabulous silken ball gown ${he}'s wearing lifts the entire atmosphere.`; break; - case "an evening down": + case "an evening dress": r += `The sensual evening dress ${he}'s wearing lends your office a refined, yet sexual air.` break; case "a slave gown": -- GitLab