From 98d2fa0200081fa8735a15e1e37664e5e7944089 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sat, 22 May 2021 23:43:17 -0700 Subject: [PATCH] Spelling --- src/events/intro/pcAppearance.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/events/intro/pcAppearance.js b/src/events/intro/pcAppearance.js index f6a618756a5..0b48303789a 100644 --- a/src/events/intro/pcAppearance.js +++ b/src/events/intro/pcAppearance.js @@ -1031,7 +1031,7 @@ App.UI.Player.design = function() { r.push(`Between your legs, you have`); if (V.PC.dick !== 0) { if (V.PC.dick === 1) { - r.push(`a tiny, humilating`); + r.push(`a tiny, humiliating`); } else if (V.PC.dick === 2) { r.push(`a small`); } else if (V.PC.dick === 3) { @@ -1051,7 +1051,7 @@ App.UI.Player.design = function() { } else if (V.PC.dick === 10) { r.push(`an inhuman`); } else { - r.push(`an unusable slab of sensetive flesh you call a`); + r.push(`an unusable slab of sensitive flesh you call a`); } r.push(`dick`); if (V.PC.balls !== 0) { -- GitLab