AOC patch fixed

This commit is contained in:
Tory 2021-08-20 07:37:44 +00:00
parent a0e88f1f23
commit 7560eb461e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<match Class="PatchOperationSequence"> <match Class="PatchOperationSequence">
<operations> <operations>
<li Class="PatchOperationAttributeSet"> <li Class="PatchOperationAttributeSet">
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="BaseAOCPawn"]</xpath> <xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="AOC"]</xpath>
<attribute>ParentName</attribute> <attribute>ParentName</attribute>
<value>BasePawn</value> <value>BasePawn</value>
</li> </li>