From cb12096e214f5552d8d5c4a010a572adf5a3b473 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Wed, 3 Oct 2018 20:29:39 -0400 Subject: [PATCH] More respect --- src/uncategorized/cellblock.tw | 6 +++--- src/uncategorized/clinic.tw | 4 ++-- src/uncategorized/masterSuite.tw | 2 +- src/uncategorized/schoolroom.tw | 2 +- src/uncategorized/spa.tw | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw index 450f46a28a1..371f3c943d4 100644 --- a/src/uncategorized/cellblock.tw +++ b/src/uncategorized/cellblock.tw @@ -119,7 +119,7 @@ $cellblockNameCaps <<if ($cellblock <= $cellblockSlaves)>> ''$cellblockNameCaps is full and cannot hold any more slaves'' <<elseif ($slaves.length > $cellblockSlaves)>> - <<link "''Send a resistant slave to be broken in the cellblock''">> + <<link "''Send a resistant slave to be broken in $cellblockName''">> <<replace #ComingGoing>> <<resetAssignmentFilter>> <<set $Flag = 0>> @@ -129,7 +129,7 @@ $cellblockNameCaps <</if>> <<if $cellblockSlaves > 0>> - | <<link "''Let a slave out of the cellblock''">> + | <<link "''Let a slave out of $cellblockName''">> <<replace #ComingGoing>> <<cellblockAssignmentFilter>> <<set $Flag = 1>> @@ -138,7 +138,7 @@ $cellblockNameCaps <</replace>> <</link>> <<else>> - <br><br>//The cellblock is empty for the moment.<br>// + <br><br>//$cellblockNameCaps is empty for the moment.<br>// <</if>> <br><br> <<assignmentFilter>> diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw index 941cdcd254c..cc13f403f25 100644 --- a/src/uncategorized/clinic.tw +++ b/src/uncategorized/clinic.tw @@ -154,7 +154,7 @@ $clinicNameCaps <</if>> <<if $clinicSlaves > 0>> - | <<link "''Take a slave out of the clinic''">> + | <<link "''Take a slave out of $clinicName''">> <<replace #ComingGoing>> <<clinicAssignmentFilter>> <<set $Flag = 1>> @@ -163,7 +163,7 @@ $clinicNameCaps <</replace>> <</link>> <<else>> - <br><br>//The clinic is empty for the moment.<br>// + <br><br>//$clinicNameCaps is empty for the moment.<br>// <</if>> <br><br> <<assignmentFilter>> diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw index 563f60d2dde..234f7c72c83 100644 --- a/src/uncategorized/masterSuite.tw +++ b/src/uncategorized/masterSuite.tw @@ -366,7 +366,7 @@ $masterSuiteNameCaps is furnished <</if>> <<if $masterSuiteSlaves > 0>> - | <<link "''Bring a slave out of the master suite''">> + | <<link "''Bring a slave out of $masterSuiteName''">> <<replace #ComingGoing>> <<suiteAssignmentFilter>> <<set $Flag = 1>> diff --git a/src/uncategorized/schoolroom.tw b/src/uncategorized/schoolroom.tw index 9e1296800f3..74072d25e59 100644 --- a/src/uncategorized/schoolroom.tw +++ b/src/uncategorized/schoolroom.tw @@ -144,7 +144,7 @@ $schoolroomNameCaps is well-equipped, with wallscreens to display lessons. These <</replace>> <</link>> <<else>> - <br><br>//The classroom is empty for the moment.<br>// + <br><br>//$schoolroomNameCaps is empty for the moment.<br>// <</if>> <br><br> <<assignmentFilter>> diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw index 3158bd35004..cdee476ea3a 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -138,7 +138,7 @@ $spaNameCaps <</if>> <<if $spaSlaves > 0>> - | <<link "''Prise a slave out of the spa''">> + | <<link "''Prise a slave out of $spaName''">> <<replace #ComingGoing>> <<spaAssignmentFilter>> <<set $Flag = 1>> @@ -147,7 +147,7 @@ $spaNameCaps <</replace>> <</link>> <<else>> - <br><br>//The spa is empty at the moment.<br>// + <br><br>//$spaNameCaps is empty at the moment.<br>// <</if>> <span id="ComingGoing"> -- GitLab