Files
institution/Defs/JobDefs/Jobs_Corrections.xml
T

28 lines
939 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!-- Distinct defNames from the interaction modes: [DefOf] binds by name, so a job and a mode that
shared one name could not both be reached. -->
<JobDef>
<defName>Institution_RehabilitateJob</defName>
<driverClass>Institution.JobDriver_Rehabilitate</driverClass>
<reportString>rehabilitating TargetA.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>Institution_ParoleJob</defName>
<driverClass>Institution.JobDriver_Parole</driverClass>
<reportString>paroling TargetA.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>Institution_DisciplineJob</defName>
<driverClass>Institution.JobDriver_Discipline</driverClass>
<reportString>disciplining TargetA.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
</Defs>