From e5ed0b5af634dc7cc455655d8cf59dd2604f8bf4 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Thu, 12 Apr 2018 00:22:48 -0400 Subject: [PATCH] s -> a --- src/js/clothingSelectionJS.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/clothingSelectionJS.tw b/src/js/clothingSelectionJS.tw index 6c14bdffa8d..9f672e6fe63 100644 --- a/src/js/clothingSelectionJS.tw +++ b/src/js/clothingSelectionJS.tw @@ -411,7 +411,7 @@ window.todaysOutfit = function(slave) { wardrobeFS.push({text: "and decides to throw together a slutty outfit that highlight her assets.", clothes: "a slutty outfit"}); } else if(ArcologyZero.FSSlimnessEnthusiast > 0) { if(slave.boobs < 300) { - wardrobeFS.push({text: "and wears s string bikini to show off just how flat she is.", clothes: "a string bikini"}); + wardrobeFS.push({text: "and wears a string bikini to show off just how flat she is.", clothes: "a string bikini"}); } if(slave.boobs < 600 && slave.butt < 3) { wardrobeFS.push({text: "and wears a leotard to show off her lithe body.", clothes: "a leotard"}); -- GitLab