Files
institution/Defs/PrisonerInteractionModeDefs/PrisonerInteractionModes_Justice.xml
T

31 lines
1.1 KiB
XML

<?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>