From 9ab3888b987e0e47ab0e2e9b0cfe16b7ebe1c7eb Mon Sep 17 00:00:00 2001 From: Skriv <skrivelese@gmail.com> Date: Sun, 7 Jun 2020 23:37:32 +0200 Subject: [PATCH] fix --- src/npc/descriptions/belly/bellyImplant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/descriptions/belly/bellyImplant.js b/src/npc/descriptions/belly/bellyImplant.js index e9a4a1ccd62..6e227c48d08 100644 --- a/src/npc/descriptions/belly/bellyImplant.js +++ b/src/npc/descriptions/belly/bellyImplant.js @@ -5,7 +5,7 @@ App.Desc.bellyImplant = function(slave) { const r = []; const { - he, him, his, hers, himself, boy, He, His + he, him, his, hers, himself, boy, He, His, girl } = getPronouns(slave); r.push(shape()); -- GitLab