From 900acd3c4756e1d9587edcbd062adae0a6be423c Mon Sep 17 00:00:00 2001 From: Pichu0102 Date: Sat, 25 Nov 2017 21:37:25 -0500 Subject: [PATCH] Update for B18 Changed the version string and changed the WorkGivers tag to the Defs tag for B18 compatibility --- About/About.xml | 14 ++++++++ Defs/WorkGiverDefs/WorkGivers.xml | 54 +++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 About/About.xml create mode 100644 Defs/WorkGiverDefs/WorkGivers.xml diff --git a/About/About.xml b/About/About.xml new file mode 100644 index 0000000..0cd83e9 --- /dev/null +++ b/About/About.xml @@ -0,0 +1,14 @@ + + + Priority Treatment + Aristocat + https://github.com/AristocatHAHA/Priority-Treatment + 0.18.1722 + + +Colonists priority treating wounds over sleeping, eating and joy. + +This mod set doctoring as same priority as firefighting, as in emergency. Recommended to set doctoring as priority 1. + + + \ No newline at end of file diff --git a/Defs/WorkGiverDefs/WorkGivers.xml b/Defs/WorkGiverDefs/WorkGivers.xml new file mode 100644 index 0000000..3d8593e --- /dev/null +++ b/Defs/WorkGiverDefs/WorkGivers.xml @@ -0,0 +1,54 @@ + + + + + + + DoctorTendToHumanlikes + + WorkGiver_TendOther + Doctor + tend to + tending to + true + +
  • Manipulation
  • +
    + 70 + true + true +
    + + + DoctorTendToSelf + + WorkGiver_TendSelf + Doctor + tend to + tending to + true + +
  • Manipulation
  • +
    + 65 + true +
    + + + + DoctorTendToAnimals + + WorkGiver_TendOther + Doctor + tend to + tending to + true + +
  • Manipulation
  • +
    + 40 + true + true +
    + +
    \ No newline at end of file