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

fix

parent 03d2c11a
Branches
Tags
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
0.10.7.0/1 0.10.7.0/1
12/22/17
221
-fixed servants quarters bugs
12/21/17 12/21/17
220 220
......
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
She pays special attention to her father, $slaves[$i].slaveName, making sure she doesn't slack off just because they are related. She pays special attention to her father, $slaves[$i].slaveName, making sure she doesn't slack off just because they are related.
<<set $slaves[$i].trust++>> <<set $slaves[$i].trust++>>
<<else>> <<else>>
<switch areSisters($slaves[$i], $Stewardess)>> <<switch areSisters($slaves[$i], $Stewardess)>>
<<case 1>> <<case 1>>
She pays special attention to her twin sister, $slaves[$i].slaveName, making sure she doesn't slack off just because they are related. She pays special attention to her twin sister, $slaves[$i].slaveName, making sure she doesn't slack off just because they are related.
<<set $slaves[$i].trust++>> <<set $slaves[$i].trust++>>
...@@ -264,14 +264,6 @@ ...@@ -264,14 +264,6 @@
<<default>> <<default>>
<<set $slaves[$i].livingRules = "normal">> <<set $slaves[$i].livingRules = "normal">>
<</switch>> <</switch>>
<<switch $spaDecoration>>
<<case "Chattel Religionist" "Chinese Revivalist">>
<<set $slaves[$i].livingRules = "normal">>
<<case "Degradationist">>
<<set $slaves[$i].livingRules = "spare">>
<<default>>
<<set $slaves[$i].livingRules = "luxurious">>
<</switch>>
<<if $showEWD != 0>> <<if $showEWD != 0>>
<br><br> <br><br>
/* 000-250-006 */ /* 000-250-006 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment