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>
+2 -2
View File
@@ -3,7 +3,7 @@
<JobDef>
<defName>Contraband_SearchPawn</defName>
<driverClass>Contraband.JobDriver_SearchPawn</driverClass>
<driverClass>Institution.JobDriver_SearchPawn</driverClass>
<reportString>searching TargetA.</reportString>
</JobDef>
@@ -21,7 +21,7 @@
<WorkGiverDef>
<defName>Contraband_WardenSearch</defName>
<label>search prisoners for contraband</label>
<giverClass>Contraband.WorkGiver_Warden_Search</giverClass>
<giverClass>Institution.WorkGiver_Warden_Search</giverClass>
<workType>Warden</workType>
<verb>search</verb>
<gerund>searching</gerund>
+1 -1
View File
@@ -34,7 +34,7 @@
<Steel>15</Steel>
</costList>
<comps>
<li Class="Contraband.CompProperties_SecurityGrade" />
<li Class="Institution.CompProperties_SecurityGrade" />
</comps>
<building>
<isEdifice>false</isEdifice>
+3 -3
View File
@@ -29,11 +29,11 @@
</statBases>
<stackLimit>1</stackLimit>
<comps>
<li Class="Contraband.CompProperties_Contraband">
<li Class="Institution.CompProperties_Contraband">
<concealability>0.5</concealability>
<hideIn>InCell</hideIn>
<acquireWorker>Contraband.AcquireWorker_Improvise</acquireWorker>
<escapeWorker>Contraband.EscapeTunnelWorker</escapeWorker>
<acquireWorker>Institution.AcquireWorker_Improvise</acquireWorker>
<escapeWorker>Institution.EscapeTunnelWorker</escapeWorker>
</li>
</comps>
</ThingDef>
+2 -2
View File
@@ -34,10 +34,10 @@
<li>Melee</li>
</weaponClasses>
<comps>
<li Class="Contraband.CompProperties_Contraband">
<li Class="Institution.CompProperties_Contraband">
<concealability>0.75</concealability>
<hideIn>OnBody, InCell</hideIn>
<acquireWorker>Contraband.AcquireWorker_Improvise</acquireWorker>
<acquireWorker>Institution.AcquireWorker_Improvise</acquireWorker>
</li>
</comps>
<tools>
@@ -9,7 +9,7 @@
<WorkGiverDef>
<defName>Institution_WardenRehabilitate</defName>
<label>rehabilitate prisoner</label>
<giverClass>Contraband.WorkGiver_Warden_Rehabilitate</giverClass>
<giverClass>Institution.WorkGiver_Warden_Rehabilitate</giverClass>
<workType>Warden</workType>
<verb>rehabilitate</verb>
<gerund>rehabilitating</gerund>
@@ -23,7 +23,7 @@
<WorkGiverDef>
<defName>Institution_WardenParole</defName>
<label>parole prisoner</label>
<giverClass>Contraband.WorkGiver_Warden_Parole</giverClass>
<giverClass>Institution.WorkGiver_Warden_Parole</giverClass>
<workType>Warden</workType>
<verb>parole</verb>
<gerund>paroling</gerund>
@@ -36,7 +36,7 @@
<WorkGiverDef>
<defName>Institution_WardenDiscipline</defName>
<label>discipline prisoner</label>
<giverClass>Contraband.WorkGiver_Warden_Discipline</giverClass>
<giverClass>Institution.WorkGiver_Warden_Discipline</giverClass>
<workType>Warden</workType>
<verb>discipline</verb>
<gerund>disciplining</gerund>
+1 -1
View File
@@ -4,7 +4,7 @@
<WorkGiverDef>
<defName>Institution_Investigate</defName>
<label>investigate crimes</label>
<giverClass>Contraband.WorkGiver_Investigate</giverClass>
<giverClass>Institution.WorkGiver_Investigate</giverClass>
<workType>Institution_Investigating</workType>
<verb>investigate</verb>
<gerund>investigating</gerund>