From 19e3b3295f5a100c660a9d6da344380dc5f2005d Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 27 Jun 2022 02:54:29 +0000 Subject: [PATCH] Typo --- src/events/RE/reMaleCitizenHookup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/RE/reMaleCitizenHookup.js b/src/events/RE/reMaleCitizenHookup.js index 3ffd9bedb75..2dc1d502119 100644 --- a/src/events/RE/reMaleCitizenHookup.js +++ b/src/events/RE/reMaleCitizenHookup.js @@ -243,7 +243,7 @@ App.Events.REMaleCitizenHookup = class REMaleCitizenHookup extends App.Events.Ba if (FS === "FSPhysicalIdealist" || FS === "FSStatuesqueGlorification") { r.push(`You nudge him in the ribs and motion to the door.`); } else if (FS === "FSPetiteAdmiration") { - r.push(`You place your hand on the nap of his neck and begin to lead him away.`); + r.push(`You place your hand on the nape of his neck and begin to lead him away.`); } else { r.push(`You pull his arm around your waist.`); } -- GitLab