diff --git a/src/uncategorized/apartments.tw b/src/uncategorized/apartments.tw index ca968398fb3fc833b91d3b645bb8fdcb9563fd63..3265a2096a41e15d429f6f5cb92ea57c3c42c8a5 100644 --- a/src/uncategorized/apartments.tw +++ b/src/uncategorized/apartments.tw @@ -15,9 +15,7 @@ ERROR: bad sector type <</switch>> You control this part of the arcology and all these tenants pay you rent. - <span style="font-style:normal"> - <<SectorSell>> - </span> + <<SectorSell>> </p> <div> diff --git a/src/uncategorized/buildingWidgets.tw b/src/uncategorized/buildingWidgets.tw index fa9763062efe74d741b2a79a37c0471586e1a309..423b35e37cfc55ddbea75888ac9b53021dedc351 100644 --- a/src/uncategorized/buildingWidgets.tw +++ b/src/uncategorized/buildingWidgets.tw @@ -298,7 +298,9 @@ if(!Macro.has('sectorblock')) { <<set $price = 1000*Math.trunc($arcologies[0].prosperity*(1+($arcologies[0].demandFactor/100)))>> Selling this sector would relinquish a 4% interest in $arcologies[0].name. Such an interest is worth <<print cashFormat($price)>>. <<if $arcologies[0].ownership >= 4>> - [[Sell|Main][cashX($price, "capEx"), $arcologies[0].ownership -= 4, $arcologies[0].demandFactor -= 20, $sectors[$AS].ownership = 0]] + <span style="font-style:normal"> + [[Sell|Main][cashX($price, "capEx"), $arcologies[0].ownership -= 4, $arcologies[0].demandFactor -= 20, $sectors[$AS].ownership = 0]] + </span> <</if>> <</widget>> diff --git a/src/uncategorized/manufacturing.tw b/src/uncategorized/manufacturing.tw index 9e52a0fe8db41508ec69e1cb814d32404c10134c..5ddebf728e49ebc0b34963bcee9ac18c024a5828 100644 --- a/src/uncategorized/manufacturing.tw +++ b/src/uncategorized/manufacturing.tw @@ -12,9 +12,7 @@ <<default>>ERROR: bad sector type <</switch>> <<if $sectors[$AS].type == "Manufacturing">> - <span style="font-style:normal"> - <<SectorSell>> - </span> + <<SectorSell>> <</if>> </p> diff --git a/src/uncategorized/markets.tw b/src/uncategorized/markets.tw index 65f03b3f2e0fcf92569670aa08e23b29b9536728..98575b68b49564143915b99f7c1a23755c363f40 100644 --- a/src/uncategorized/markets.tw +++ b/src/uncategorized/markets.tw @@ -4,9 +4,7 @@ <p class="scene-intro"> This is an area of the concourse occupied by large stores and markets, many of which sell slaves. You control this part of the arcology and all these merchants pay you rent. - <span style="font-style:normal"> - <<SectorSell>> - </span> + <<SectorSell>> </p> diff --git a/src/uncategorized/private.tw b/src/uncategorized/private.tw index 4f9adc12d8fd756db9399a2518da1fd8884c8d93..fdc8935a5c18b8faa8852d4842794372ff3516a1 100644 --- a/src/uncategorized/private.tw +++ b/src/uncategorized/private.tw @@ -35,7 +35,10 @@ <<if $rep >= 18000>> <div class="choices" style="font-style:normal"> <<set $repPrice = Math.clamp($price/2, 0, 18000)>> - You have so much political capital that you can spend reputation to acquire ownership by spending reputation. [[Use reputation|Main][repX(forceNeg($repPrice), "capEx"), $arcologies[0].ownership += 4, $arcologies[0].demandFactor += 20, $sectors[$AS].ownership = 1]] + You have so much political capital that you can spend reputation to acquire ownership by spending reputation. + <span style="font-style:normal"> + [[Use reputation|Main][repX(forceNeg($repPrice), "capEx"), $arcologies[0].ownership += 4, $arcologies[0].demandFactor += 20, $sectors[$AS].ownership = 1]] + </span> </div> <</if>> <<else>> diff --git a/src/uncategorized/shops.tw b/src/uncategorized/shops.tw index e72f00d0ba96a7cb7304a2e00b612c0deee4138a..cef96d4a42533a6366ca5643a253f59f5b69b099 100644 --- a/src/uncategorized/shops.tw +++ b/src/uncategorized/shops.tw @@ -120,9 +120,7 @@ <<default>>ERROR: bad sector type <</switch>> <<if $sectors[$AS].type == "Shops">> - <span style="font-style:normal"> - <<SectorSell>> - </span> + <<SectorSell>> <</if>> </p>