From 84c945f9900822e07531e8f7347b96c3f4d877ef Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sun, 23 Sep 2018 19:25:31 -0700 Subject: [PATCH] Add new file --- src/pregmod/matronSelect.tw | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/pregmod/matronSelect.tw diff --git a/src/pregmod/matronSelect.tw b/src/pregmod/matronSelect.tw new file mode 100644 index 00000000000..60e89eb751e --- /dev/null +++ b/src/pregmod/matronSelect.tw @@ -0,0 +1,19 @@ +:: Matron Select [nobr] + +<<set $nextButton = "Back", $nextLink = "Nursery", $showEncyclopedia = 1, $encyclopedia = "Matron">> +<<showallAssignmentFilter>> +<<if ($Matron != 0)>> + ''__@@.pink;<<= SlaveFullName($Matron)>>@@__'' is serving as your Matron.<br><br>She will manage the nursery. +<<else>> + You have not selected a Matron. +<</if>> + +<br><br>''Appoint a Matron from your devoted slaves:'' +<br><br>[[None|Matron Workaround][$i = -1]] +<br><br> +<<assignmentFilter>> +<span id="ComingGoing"> + <<showallAssignmentFilter>> + <<include "Slave Summary">> + <<resetAssignmentFilter>> +</span> \ No newline at end of file -- GitLab