Skip to content
Snippets Groups Projects
Commit 8844c45c authored by Ed86's avatar Ed86
Browse files

removed needless/double operations from animals and humans

parent a79107fc
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
<Patch> <Patch>
<!-- Add peg arms --> <!-- Add peg arms -->
<!-- Races_Humanlike --> <!-- Races_Humanlike -->
<!--
<Operation Class="PatchOperationAdd"> <Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "Human"]/recipes</xpath> <xpath>Defs/ThingDef[defName = "Human"]/recipes</xpath>
<value> <value>
<li>InstallPegArm</li> <li>InstallPegArm</li>
</value> </value>
</Operation> </Operation>
-->
</Patch> </Patch>
\ No newline at end of file
...@@ -7,12 +7,10 @@ ...@@ -7,12 +7,10 @@
<li>DeterminePregnancy</li> <li>DeterminePregnancy</li>
<li>RJW_AbortionHuman</li> <li>RJW_AbortionHuman</li>
<li>RJW_AbortionBeast</li> <li>RJW_AbortionBeast</li>
<li>Sterilization</li> <li>RJW_AbortionMech</li>
<li>RJW_InstallIUD</li> <li>RJW_HackMech</li>
<li>RJW_RemovelIUD</li> <li>RJW_RemoveRestraints</li>
<li>RemoveGenitals</li> <li>RJW_RemoveCocoon</li>
<li>RemoveBreasts</li>
<li>RemoveAnus</li>
</value> </value>
</Operation> </Operation>
</Patch> </Patch>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment