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

Increase spa tiredness gate

parent 8ab4fc3d
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ App.Entity.Facilities.SpaAssigneeJob = class extends App.Entity.Facilities.Facil ...@@ -46,7 +46,7 @@ App.Entity.Facilities.SpaAssigneeJob = class extends App.Entity.Facilities.Facil
( (
slave.devotion < -20 || slave.devotion < -20 ||
( (
slave.health.tired < 20 && slave.health.tired <= 30 &&
slave.trust > 60 && slave.trust > 60 &&
slave.devotion > 60 && slave.devotion > 60 &&
slave.sexualFlaw === "none" && slave.sexualFlaw === "none" &&
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<<default>> <<default>>
<<set _slave.rules.living = "luxurious">> <<set _slave.rules.living = "luxurious">>
<</switch>> <</switch>>
<<if (_slave.health.condition >= 20) && (_slave.health.tired < 20) && (_slave.trust > 60) && (_slave.devotion > 60) && (_slave.fetish != "mindbroken") && (_slave.sexualFlaw == "none") && (_slave.behavioralFlaw == "none")>> <<if (_slave.health.condition >= 20) && (_slave.health.tired <= 30) && (_slave.trust > 60) && (_slave.devotion > 60) && (_slave.fetish != "mindbroken") && (_slave.sexualFlaw == "none") && (_slave.behavioralFlaw == "none")>>
<p> <p>
<span class="slave-name">_slave.slaveName</span> is feeling well enough to leave $spaName, <span class="slave-name">_slave.slaveName</span> is feeling well enough to leave $spaName,
<span class="noteworthy"> <span class="noteworthy">
......
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