Skip to content
Snippets Groups Projects
Commit f786ea90 authored by Pregmodder's avatar Pregmodder
Browse files

minor 'nobr'ing

parent 35f1442f
No related branches found
No related tags found
No related merge requests found
:: Body Modification Reaction :: Body Modification Reaction [nobr]
<<nobr>> <<set $nextButton = "Continue", $nextLink = "Slave Interact">>
<<set $nextButton = "Continue">>
<<set $nextLink = "Slave Interact">>
As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, $he catches sight of $himself in the floor length mirror at the foot of the body modification table<<else>>, and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, you vividly describe $his new appearance. $His mind hangs on every word that leaves your mouth<</if>>. As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, $he catches sight of $himself in the floor length mirror at the foot of the body modification table<<else>>, and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, you vividly describe $his new appearance. $His mind hangs on every word that leaves your mouth<</if>>.
...@@ -45,4 +42,3 @@ As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave. ...@@ -45,4 +42,3 @@ As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.
<</if>> <</if>>
<<set $degradation = 0>> <<set $degradation = 0>>
<</nobr>>\
:: Change Language :: Change Language [nobr]
<<nobr>>
<<set $nextButton = "Confirm changes", $nextLink = "Manage Arcology">> <<set $nextButton = "Confirm changes", $nextLink = "Manage Arcology">>
...@@ -37,10 +35,9 @@ The lingua franca of the arcology is ''$language''. ...@@ -37,10 +35,9 @@ The lingua franca of the arcology is ''$language''.
<br><br> <br><br>
Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.// Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.//
<</nobr>>\ <br><br>
\
<span id="result"> <span id="result">
<<nobr>>
<<if $language != "English">> <<if $language != "English">>
<br><<link "English">> <br><<link "English">>
...@@ -197,5 +194,4 @@ Select a custom language to be applied: <<textbox "$seed" $seed "Change Language ...@@ -197,5 +194,4 @@ Select a custom language to be applied: <<textbox "$seed" $seed "Change Language
<</link>> //Failing to take this step will retard adoption of Revivalism// <</link>> //Failing to take this step will retard adoption of Revivalism//
<</if>> <</if>>
<</nobr>>
</span> </span>
:: Club Advertisement :: Club Advertisement [nobr]
<<nobr>>
<<switch $clubDecoration>> <<switch $clubDecoration>>
<<case "Roman Revivalist">> <<case "Roman Revivalist">>
...@@ -119,9 +117,7 @@ ...@@ -119,9 +117,7 @@
$arcologies[0].name has a robust internal media that could be used to bring patrons into the club. $arcologies[0].name has a robust internal media that could be used to bring patrons into the club.
<</if>> <</if>>
<</nobr>> <br><br>
<<nobr>>
You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $clubName. You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $clubName.
...@@ -136,10 +132,11 @@ You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $ ...@@ -136,10 +132,11 @@ You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $
Increase Increase
<</if>> <</if>>
<</nobr>> <br><br>
__Design Club Ad Campaign__ //Will replace relevant variety bonuses// __Design Club Ad Campaign__ //Will replace relevant variety bonuses//
<<nobr>>
<br><br>
Asset size: Asset size:
<<if $clubAdsStacked != 1>><<link "Stacked">><<set $clubAdsStacked = 1>><<goto "Club Advertisement">><</link>> | <<else>>Stacked | <</if>> <<if $clubAdsStacked != 1>><<link "Stacked">><<set $clubAdsStacked = 1>><<goto "Club Advertisement">><</link>> | <<else>>Stacked | <</if>>
...@@ -186,5 +183,3 @@ Pregnancy: ...@@ -186,5 +183,3 @@ Pregnancy:
<<if $clubAdsXX != 0>><<link "Variety">><<set $clubAdsXX = 0>><<goto "Club Advertisement">><</link>> <<else>>Variety<</if>> <<if $clubAdsXX != 0>><<link "Variety">><<set $clubAdsXX = 0>><<goto "Club Advertisement">><</link>> <<else>>Variety<</if>>
<br> <br>
<</if>> <</if>>
<</nobr>>
:: slave generation widgets [nobr widget] :: slave generation widgets [nobr widget]
<<widget "NationalityToRace">> <<widget "NationalityToRace">>
<<set $args[0].race <<set $args[0].race = hashChoice(setup.raceSelector[$args[0].nationality] || setup.raceSelector[""])>>
= hashChoice(setup.raceSelector[$args[0].nationality] || setup.raceSelector[""])>>
<</widget>> <</widget>>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment