OrionFive / Hospitality

Orion's "Hospitality" and more
https://www.patreon.com/orionmods
GNU General Public License v3.0
91 stars 52 forks source link

Age lock Entertain job for kids #715

Closed BBLKepling closed 1 year ago

BBLKepling commented 1 year ago

What problem does your suggestion solve Children can perform the entertain job at any age, Warden is locked at 10.

Describe the solution you propose

  <Operation Class="PatchOperationAdd">
    <xpath>Defs/ThingDef[defName="Human"]/race/lifeStageWorkSettings</xpath>
    <value>
      <Diplomat>10</Diplomat>
    </value>
  </Operation>

Describe alternatives you've considered I guess kids can entertain at earlier ages.

OrionFive commented 1 year ago

Sounds good. Thanks for setting up the patch already.

OrionFive commented 1 year ago

Added to next version.