From 0c7611c9160db4c58f4f7977a72a2de46886ea1f Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 17 Dec 2020 15:05:11 -0800 Subject: [PATCH] Remove extra , --- src/uncategorized/genericPlotEvents.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index 1691e3ac6e9..e166dbce37c 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -47,7 +47,7 @@ As you step off the elevator, you hear several <<if $seeDicks !== 100>>female <</if>>voices shouting. Apparently one of $arcologies[0].name's few remaining strip joints has closed. It was a topless bar and strip club all in one, but the owner is packing up his things. He's explaining to a crowd of his angry former employees that he can't make ends meet. As the price of a slave whore is barely higher than that of a lap dance from a free stripper, it's not surprising. It looks like the former dancers are on the verge of trashing the place. <<case "strip club aftermath">> <<set _ContractCost = 1000>> - <<set _pram = {minAge: $minimumSlaveAge, maxAge: 42, , disableDisability: 1}>> + <<set _pram = {minAge: $minimumSlaveAge, maxAge: 42, disableDisability: 1}>> <<if $arcologies[0].FSSupremacistLawME === 1>> <<set _pram.race = $arcologies[0].FSSupremacistRace>> <<elseif $arcologies[0].FSSubjugationistLawME === 1>> @@ -1296,4 +1296,4 @@ <</replace>> <</link>> <</switch>> -</span> \ No newline at end of file +</span> -- GitLab