From 91eb9f8b0dae4d4d108d551bb1d9ee31cc3cac78 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Fri, 21 Feb 2020 00:26:40 -0800 Subject: [PATCH] Fix missing linebreak --- src/uncategorized/manageArcology.tw | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw index 40c592fb83b..b385cf29d8a 100644 --- a/src/uncategorized/manageArcology.tw +++ b/src/uncategorized/manageArcology.tw @@ -292,6 +292,8 @@ <<else>> You are providing a gratuitous subsidy for those selling sexual services to the middle class. <span class="note">Upkeep is relative to the amount of sex provided by other parties</span> [[Substantial Subsidy|Manage Arcology][$sexSubsidies.middleClass = 3]] <</if>> + </div> + <div> <<if $sexSupplyBarriers.middleClass == 0>> You can make things more difficult for those supplying sexual services in the middle class segment if you are willing to spend 1000 reputation and pay a flat upkeep of <span class="cash"><<print cashFormat(1000)>>.</span> <<if $rep > 1000>>[[Create Bureaucracy|Manage Arcology][$sexSupplyBarriers.middleClass = 1, repX(-1000, "policies")]] <<else>><span class="note">You are not reputable enough.</span><</if>> <<elseif $sexSupplyBarriers.middleClass == 1>> -- GitLab