From 2cec8c107c17fff71ffb809fed9dff706f42b24e Mon Sep 17 00:00:00 2001 From: InsanityPrelude <38642020+InsanityPrelude@users.noreply.github.com> Date: Sat, 12 Sep 2020 15:07:06 -0400 Subject: [PATCH] Add AllWork tag to Managing WorkTypeDef (#181) "AllWork" is a tag which is used to let Royalty's "Lazy Guests" who don't do any work know what is and isn't work. For whatever reason Tynan chose to define "AllWork" explicitly for every job that exists except two, instead of just saying Bedrest and Patient are "NotWork" or something. As a result, every modded WorkTypeDef which represents labor of any sort needs these tags added, or else you can make guests do it which is kind of an exploit. Regardless, unused tags don't cause any issues as far as I've been able to determine, so this should be a perfectly backwards compatible fix too, with or without Royalty. --- Defs/WorkTypeDefs/WorkType_Managing.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Defs/WorkTypeDefs/WorkType_Managing.xml b/Defs/WorkTypeDefs/WorkType_Managing.xml index 27897a04..1df8e0fb 100644 --- a/Defs/WorkTypeDefs/WorkType_Managing.xml +++ b/Defs/WorkTypeDefs/WorkType_Managing.xml @@ -15,7 +15,8 @@
  • Intellectual
  • +
  • AllWork
  • - \ No newline at end of file +