From f786ea905728e22c460eb6b93a255ff583a96a72 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 27 Jul 2018 14:20:49 -0400 Subject: [PATCH] minor 'nobr'ing --- src/uncategorized/bodyModificationReaction.tw | 8 ++------ src/uncategorized/changeLanguage.tw | 10 +++------- src/uncategorized/clubAdvertisement.tw | 15 +++++---------- src/utility/slaveGenerationWidgets.tw | 3 +-- 4 files changed, 11 insertions(+), 25 deletions(-) diff --git a/src/uncategorized/bodyModificationReaction.tw b/src/uncategorized/bodyModificationReaction.tw index ffd95f67514..0599662834f 100644 --- a/src/uncategorized/bodyModificationReaction.tw +++ b/src/uncategorized/bodyModificationReaction.tw @@ -1,9 +1,6 @@ -:: Body Modification Reaction +:: Body Modification Reaction [nobr] -<<nobr>> - -<<set $nextButton = "Continue">> -<<set $nextLink = "Slave Interact">> +<<set $nextButton = "Continue", $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>>. @@ -45,4 +42,3 @@ As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave. <</if>> <<set $degradation = 0>> -<</nobr>>\ diff --git a/src/uncategorized/changeLanguage.tw b/src/uncategorized/changeLanguage.tw index 7b6dd3fd1b4..de8d8907d68 100644 --- a/src/uncategorized/changeLanguage.tw +++ b/src/uncategorized/changeLanguage.tw @@ -1,6 +1,4 @@ -:: Change Language - -<<nobr>> +:: Change Language [nobr] <<set $nextButton = "Confirm changes", $nextLink = "Manage Arcology">> @@ -37,10 +35,9 @@ The lingua franca of the arcology is ''$language''. <br><br> Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.// -<</nobr>>\ -\ +<br><br> + <span id="result"> -<<nobr>> <<if $language != "English">> <br><<link "English">> @@ -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// <</if>> -<</nobr>> </span> diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw index f4fab05a2de..888764ad5cd 100644 --- a/src/uncategorized/clubAdvertisement.tw +++ b/src/uncategorized/clubAdvertisement.tw @@ -1,6 +1,4 @@ -:: Club Advertisement - -<<nobr>> +:: Club Advertisement [nobr] <<switch $clubDecoration>> <<case "Roman Revivalist">> @@ -119,9 +117,7 @@ $arcologies[0].name has a robust internal media that could be used to bring patrons into the club. <</if>> -<</nobr>> - -<<nobr>> +<br><br> 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 $ Increase <</if>> -<</nobr>> +<br><br> __Design Club Ad Campaign__ //Will replace relevant variety bonuses// -<<nobr>> + +<br><br> Asset size: <<if $clubAdsStacked != 1>><<link "Stacked">><<set $clubAdsStacked = 1>><<goto "Club Advertisement">><</link>> | <<else>>Stacked | <</if>> @@ -186,5 +183,3 @@ Pregnancy: <<if $clubAdsXX != 0>><<link "Variety">><<set $clubAdsXX = 0>><<goto "Club Advertisement">><</link>> <<else>>Variety<</if>> <br> <</if>> - -<</nobr>> diff --git a/src/utility/slaveGenerationWidgets.tw b/src/utility/slaveGenerationWidgets.tw index fc13ba90c21..00d19cda1b2 100644 --- a/src/utility/slaveGenerationWidgets.tw +++ b/src/utility/slaveGenerationWidgets.tw @@ -1,6 +1,5 @@ :: slave generation widgets [nobr widget] <<widget "NationalityToRace">> -<<set $args[0].race - = hashChoice(setup.raceSelector[$args[0].nationality] || setup.raceSelector[""])>> +<<set $args[0].race = hashChoice(setup.raceSelector[$args[0].nationality] || setup.raceSelector[""])>> <</widget>> -- GitLab