Re-package with the corrections layer bundled; sync the wiki (Rehabilitation page, loop update)

This commit is contained in:
flan
2026-07-15 21:01:28 +00:00
parent 3530100ed5
commit 18a983b7cc
16 changed files with 298 additions and 6 deletions
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!--
Two non-exclusive prisoner modes, exactly the shape Ward's psychiatric-care mode uses (and Prison
Labor's seven). Non-exclusive so they STACK: set Rehabilitate to run the reform programme, and
Parole so a warden releases them the moment they are eligible; or set Rehabilitate alone and
parole by hand when the alert fires.
-->
<PrisonerInteractionModeDef>
<defName>Institution_Rehabilitate</defName>
<label>rehabilitate</label>
<listOrder>120</listOrder>
<isNonExclusiveInteraction>true</isNonExclusiveInteraction>
<mustBeAwake>false</mustBeAwake>
<allowOnWildMan>false</allowOnWildMan>
<allowInClassicIdeoMode>true</allowInClassicIdeoMode>
</PrisonerInteractionModeDef>
<PrisonerInteractionModeDef>
<defName>Institution_Parole</defName>
<label>parole when reformed</label>
<listOrder>210</listOrder>
<isNonExclusiveInteraction>true</isNonExclusiveInteraction>
<mustBeAwake>false</mustBeAwake>
<allowOnWildMan>false</allowOnWildMan>
<allowInClassicIdeoMode>true</allowInClassicIdeoMode>
</PrisonerInteractionModeDef>
</Defs>