Skip to content

Commit

Permalink
Add AllWork tag to Managing WorkTypeDef (fluffy-mods#181)
Browse files Browse the repository at this point in the history
"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.
  • Loading branch information
InsanityPrelude authored Sep 12, 2020
1 parent a45c89d commit 2cec8c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Defs/WorkTypeDefs/WorkType_Managing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</relevantSkills>
<workTags>
<li>Intellectual</li>
<li>AllWork</li>
</workTags>
</WorkTypeDef>

</Defs>
</Defs>

0 comments on commit 2cec8c1

Please sign in to comment.