Aggregate: vendored Defs follow the namespace rename (Class=Institution.*)

This commit is contained in:
flan
2026-07-16 01:51:20 +00:00
parent d0a4c001fa
commit 1b3403efff
9 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -5,21 +5,21 @@
shared one name could not both be reached. -->
<JobDef>
<defName>Institution_RehabilitateJob</defName>
<driverClass>Contraband.JobDriver_Rehabilitate</driverClass>
<driverClass>Institution.JobDriver_Rehabilitate</driverClass>
<reportString>rehabilitating TargetA.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>Institution_ParoleJob</defName>
<driverClass>Contraband.JobDriver_Parole</driverClass>
<driverClass>Institution.JobDriver_Parole</driverClass>
<reportString>paroling TargetA.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>Institution_DisciplineJob</defName>
<driverClass>Contraband.JobDriver_Discipline</driverClass>
<driverClass>Institution.JobDriver_Discipline</driverClass>
<reportString>disciplining TargetA.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
+1 -1
View File
@@ -3,7 +3,7 @@
<JobDef>
<defName>Institution_Investigate</defName>
<driverClass>Contraband.JobDriver_Investigate</driverClass>
<driverClass>Institution.JobDriver_Investigate</driverClass>
<reportString>investigating a crime scene.</reportString>
<casualInterruptible>true</casualInterruptible>
</JobDef>