From e60acefb94ff5c5cef5d8b16a140e68fbe14cf2d Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Wed, 20 Feb 2019 18:16:26 -0500 Subject: [PATCH] reverse someone's pronoun mistake --- src/uncategorized/sellSlave.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw index 4768e9d81c0..f01a5113996 100644 --- a/src/uncategorized/sellSlave.tw +++ b/src/uncategorized/sellSlave.tw @@ -1394,7 +1394,7 @@ __Bids Received__ <<if $activeSlave.dick > 0>> <<if $slaveCost > 10000>> <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in creating proper slave $women from raw material that falls short of that ideal but has potential anyway. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in creating proper slave women from raw material that falls short of that ideal but has potential anyway. <<link "Accept bid" "Slave Sold">> <<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>> <<run cashX(_Price, "slaveTransfer", $activeSlave)>> -- GitLab