Skip to content

Commit

Permalink
1.3 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubwise56 committed Jul 21, 2021
1 parent aeeb0d1 commit 41cb800
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
Binary file modified 1.3/Assemblies/BadHygiene.dll
Binary file not shown.
14 changes: 14 additions & 0 deletions 1.3/Defs/ThoughtDefs/Thoughts_Memory_Hygiene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,20 @@
<showBubble>true</showBubble>
</ThoughtDef>

<ThoughtDef>
<defName>HeatedPool</defName>
<durationDays>0.4</durationDays>
<stackLimit>1</stackLimit>
<stages>
<li>
<label>heated pool</label>
<description>The heated pool was very relaxing.</description>
<baseMoodEffect>3</baseMoodEffect>
</li>
</stages>
<showBubble>true</showBubble>
</ThoughtDef>

<ThoughtDef>
<defName>HotBath</defName>
<durationDays>0.2</durationDays>
Expand Down
12 changes: 9 additions & 3 deletions 1.3/Patches/HygienePatches.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<li Class="DubsBadHygiene.JobGiver_DrinkWaterUrgent"/>
</value>
</li>
<li Class="PatchOperationInsert">
<xpath>*/ThinkTreeDef[defName = "SatisfyVeryUrgentNeeds"]/thinkRoot[@Class="ThinkNode_Tagger"]/subNodes/li[@Class="ThinkNode_PrioritySorter"]/subNodes//li[2]</xpath>
<value>
<li Class="DubsBadHygiene.JobGiver_UseToiletUrgent"/>
</value>
</li>
</operations>
</Operation>

Expand All @@ -82,19 +88,19 @@
<success>Always</success>
</li>
<li Class="PatchOperationInsert">
<xpath>*/DutyDef[defName = "Relax"]/thinkNode[@Class="ThinkNode_Priority"]/subNodes/li[@Class="Hospitality.ThinkNode_FilterGuestRooms"]/subNodes/li[@Class="ThinkNode_PrioritySorter"]/subNodes//li[1]</xpath>
<xpath>*/DutyDef[defName = "Relax"]/thinkNode[@Class="ThinkNode_Priority"]/subNodes/li[@Class="Hospitality.ThinkNode_FilterGuestRooms"]/subNodes/li[@Class="ThinkNode_Tagger"]/subNodes/li[@Class="ThinkNode_PrioritySorter"]/subNodes//li[1]</xpath>
<value>
<li Class="DubsBadHygiene.JobGiver_HaveWash"/>
</value>
</li>
<li Class="PatchOperationInsert">
<xpath>*/DutyDef[defName = "Relax"]/thinkNode[@Class="ThinkNode_Priority"]/subNodes/li[@Class="Hospitality.ThinkNode_FilterGuestRooms"]/subNodes/li[@Class="ThinkNode_PrioritySorter"]/subNodes//li[1]</xpath>
<xpath>*/DutyDef[defName = "Relax"]/thinkNode[@Class="ThinkNode_Priority"]/subNodes/li[@Class="Hospitality.ThinkNode_FilterGuestRooms"]/subNodes/li[@Class="ThinkNode_Tagger"]/subNodes/li[@Class="ThinkNode_PrioritySorter"]/subNodes//li[1]</xpath>
<value>
<li Class="DubsBadHygiene.JobGiver_UseToilet"/>
</value>
</li>
<li Class="PatchOperationInsert">
<xpath>*/DutyDef[defName = "Relax"]/thinkNode[@Class="ThinkNode_Priority"]/subNodes/li[@Class="Hospitality.ThinkNode_FilterGuestRooms"]/subNodes/li[@Class="ThinkNode_PrioritySorter"]/subNodes//li[1]</xpath>
<xpath>*/DutyDef[defName = "Relax"]/thinkNode[@Class="ThinkNode_Priority"]/subNodes/li[@Class="Hospitality.ThinkNode_FilterGuestRooms"]/subNodes/li[@Class="ThinkNode_Tagger"]/subNodes/li[@Class="ThinkNode_PrioritySorter"]/subNodes//li[1]</xpath>
<value>
<li Class="DubsBadHygiene.JobGiver_DrinkWater"/>
</value>
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Manifest>
<identifier>Dubs-Bad-Hygiene</identifier>
<version>2.9.2054</version>
<version>2.9.2064</version>
<manifestUri>https://raw.githubusercontent.com/Dubwise56/Dubs-Bad-Hygiene/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/Dubwise56/Dubs-Bad-Hygiene/releases/latest</downloadUri>
</Manifest>

0 comments on commit 41cb800

Please sign in to comment.