We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c54ad9 commit 29a113dCopy full SHA for 29a113d
Assemblies/WorkTab.dll
0 Bytes
Source/Core/PriorityManager.cs
@@ -37,7 +37,12 @@ public bool ShowPriorities
37
if ( value == Find.PlaySettings.useWorkPriorities )
38
return;
39
40
+ // update setting
41
Find.PlaySettings.useWorkPriorities = value;
42
+
43
+ // force re-cache of all pawns
44
+ foreach (var pawn in priorities.Keys.ToList())
45
+ pawn.workSettings.Notify_UseWorkPrioritiesChanged();
46
}
47
48
private List<Pawn> pawnsScribe;
0 commit comments