From ebe7c905f906bdc1d594ae35e7ad477e336d36cc Mon Sep 17 00:00:00 2001
From: ezsh <ezsh.junk@gmail.com>
Date: Sat, 19 Jan 2019 15:52:58 +0100
Subject: [PATCH] Selling a slave should give money

---
 src/uncategorized/pMercenaryRomeo.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/pMercenaryRomeo.tw b/src/uncategorized/pMercenaryRomeo.tw
index 713bddbd343..20d98fc1601 100644
--- a/src/uncategorized/pMercenaryRomeo.tw
+++ b/src/uncategorized/pMercenaryRomeo.tw
@@ -103,7 +103,7 @@ proffered by an attentive slave girl, he seems almost bashful.
 					As he picks up her limbless form to give her a hug,
 				<</if>>
 				she gives the nearest camera a little nod and silently mouths the words "Thank you, <<= WrittenMaster($activeSlave)>>." Soon the romantic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.green;a supporting role.@@
-				<<run cashX(forceNeg($slaveCost), "slaveTransfer")>>
+				<<run cashX($slaveCost, "slaveTransfer")>>
 				<<include "Remove activeSlave">>
 			<</if>>
 			<<unset $romeoID>>
@@ -140,4 +140,4 @@ proffered by an attentive slave girl, he seems almost bashful.
 	<</link>>
 	</span>
 
-<</if>>
\ No newline at end of file
+<</if>>
-- 
GitLab