From 95dc7cc1b62e66083477217074dee958da4c0ad5 Mon Sep 17 00:00:00 2001 From: BBLKepling <90485361+BBLKepling@users.noreply.github.com> Date: Sat, 19 Feb 2022 10:03:56 -0800 Subject: [PATCH] Reloading Adjustment Moves JobGiver_ReloadFromInventory from MainColonistBehaviorCore to Humanlike_PreMain so colonist have higher priority for the job. As it's done now colonists will prioritize needs like eating, sleeping, and using the toilet. --- 1.3/Defs/ThinkTreeDefs/Reloading.xml | 20 ++++++++++++++++++++ 1.3/Patches/Misc/Reloading.xml | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 1.3/Defs/ThinkTreeDefs/Reloading.xml diff --git a/1.3/Defs/ThinkTreeDefs/Reloading.xml b/1.3/Defs/ThinkTreeDefs/Reloading.xml new file mode 100644 index 00000000..6d51e1d8 --- /dev/null +++ b/1.3/Defs/ThinkTreeDefs/Reloading.xml @@ -0,0 +1,20 @@ + + + + + + Reloading_AmmoReload_Colony + Humanlike_PreMain + 100 + + +
  • + +
  • + +
  • +
    +
    +
    + +
    \ No newline at end of file diff --git a/1.3/Patches/Misc/Reloading.xml b/1.3/Patches/Misc/Reloading.xml index 6d21489b..315b81c6 100644 --- a/1.3/Patches/Misc/Reloading.xml +++ b/1.3/Patches/Misc/Reloading.xml @@ -3,7 +3,6 @@ /Defs/ThinkTreeDef[defName="MainColonistBehaviorCore"]/thinkRoot/subNodes/li/subNodes/li[@Class="JobGiver_Reload"] -