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

Merge branch 'pregmod-dev' into 'pregmod-master'

Increase spa tiredness gate

See merge request pregmodfan/fc-pregmod!7208
parents 1e93f50d 1c6b7c9b
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