Skip to content

Commit 21b343a

Browse files
committed
Should now work correctly when removing the home-area
1 parent afe52cc commit 21b343a

File tree

18 files changed

+62
-16
lines changed

18 files changed

+62
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Patch>
33
<Operation Class="PatchOperationReplace">
4-
<xpath>*/WorkGiverDef[defName="CleanFilth"]/giverClass</xpath>
4+
<xpath>Defs/WorkGiverDef[defName="CleanFilth"]/giverClass</xpath>
55
<value>
66
<giverClass>CleaningPriority.WorkGiver_CleanFilthPrioritized</giverClass>
77
</value>

1.1/Patches/WorkGiverPatch.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Patch>
3+
<Operation Class="PatchOperationReplace">
4+
<xpath>Defs/WorkGiverDef[defName="CleanFilth"]/giverClass</xpath>
5+
<value>
6+
<giverClass>CleaningPriority.WorkGiver_CleanFilthPrioritized</giverClass>
7+
</value>
8+
</Operation>
9+
</Patch>

1.2/Patches/WorkGiverPatch.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Patch>
3+
<Operation Class="PatchOperationReplace">
4+
<xpath>Defs/WorkGiverDef[defName="CleanFilth"]/giverClass</xpath>
5+
<value>
6+
<giverClass>CleaningPriority.WorkGiver_CleanFilthPrioritized</giverClass>
7+
</value>
8+
</Operation>
9+
</Patch>

1.3/Patches/WorkGiverPatch.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Patch>
3+
<Operation Class="PatchOperationReplace">
4+
<xpath>Defs/WorkGiverDef[defName="CleanFilth"]/giverClass</xpath>
5+
<value>
6+
<giverClass>CleaningPriority.WorkGiver_CleanFilthPrioritized</giverClass>
7+
</value>
8+
</Operation>
9+
</Patch>
0 Bytes
Binary file not shown.

1.4/Patches/WorkGiverPatch.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Patch>
3+
<Operation Class="PatchOperationReplace">
4+
<xpath>Defs/WorkGiverDef[defName="CleanFilth"]/giverClass</xpath>
5+
<value>
6+
<giverClass>CleaningPriority.WorkGiver_CleanFilthPrioritized</giverClass>
7+
</value>
8+
</Operation>
9+
</Patch>

About/About.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,5 @@ As this is the first version, expect bugs. However, don't be too scared, they pr
8484
[*] Do not report errors by making a discussion-thread, I get no notification of that.
8585
[*] If you have the solution for a problem, please post it to the GitHub repository.
8686
[/list]
87-
88-
89-
[url=https://steamcommunity.com/sharedfiles/filedetails/changelog/2018316486]Last updated 2023-05-18[/url]</description>
87+
[url=https://steamcommunity.com/sharedfiles/filedetails/changelog/2018316486]Last updated 2023-07-01[/url]</description>
9088
</ModMetaData>

About/Changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for CleaningPriority
22

3+
1.4.4 - Should now work correctly when removing the home-area
4+
5+
36
1.4.3 - Fixed changing priority of areas.
47
Used DeepL to update translations for ChineseSimplified, French, German
58

About/Manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<Manifest>
33
<identifier>CleaningPriority</identifier>
4-
<version>1.4.3</version>
4+
<version>1.4.4</version>
55
<dependencies />
66
<incompatibleWith />
77
<loadBefore />

About/ModIcon.png

4.91 KB
Loading

0 commit comments

Comments
 (0)