Skip to content

Commit

Permalink
Remove 556x45 ammo from mechanitor scenario
Browse files Browse the repository at this point in the history
Since no mech can shoot this ammo anymore
  • Loading branch information
masakitenchi committed Jul 30, 2024
1 parent ea303e1 commit d8eff47
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,16 @@
</nomatch>
</Operation>

<Operation Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName="CreepJoiner"]/alienRace/generalSettings/notXenophobistTowards</xpath>
<match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="CreepJoiner"]/alienRace/generalSettings/notXenophobistTowards</xpath>
<value>
<li>Human</li>
</value>
</match>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="CreepJoiner"]/alienRace/generalSettings</xpath>
<value>
<notXenophobistTowards>
<li>Human</li>
</notXenophobistTowards>
</value>
</nomatch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="CreepJoiner"]</xpath>
<value>
<alienRace>
<generalSettings>
<notXenophobistTowards>
<li>Human</li>
</notXenophobistTowards>
</generalSettings>
</alienRace>
</value>
</Operation>
</Patch>
4 changes: 2 additions & 2 deletions Mods/Core_SK/Biotech/Patches/Scenarios/Scenario.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
<thingDef>Electronics</thingDef>
<count>15</count>
</li>
<li Class="ScenPart_StartingThing_Defined">
<!-- <li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
<thingDef>Ammo_556x45mmNATO_FMJ</thingDef>
<count>300</count>
</li>
</li> -->
<li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
<thingDef>Carbon</thingDef>
Expand Down

0 comments on commit d8eff47

Please sign in to comment.