Re-package with the corrections layer bundled; sync the wiki (Rehabilitation page, loop update)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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>Contraband.JobDriver_Rehabilitate</driverClass>
|
||||
<reportString>rehabilitating TargetA.</reportString>
|
||||
<casualInterruptible>false</casualInterruptible>
|
||||
</JobDef>
|
||||
|
||||
<JobDef>
|
||||
<defName>Institution_ParoleJob</defName>
|
||||
<driverClass>Contraband.JobDriver_Parole</driverClass>
|
||||
<reportString>paroling TargetA.</reportString>
|
||||
<casualInterruptible>false</casualInterruptible>
|
||||
</JobDef>
|
||||
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user