Skip to content

Commit

Permalink
Merge pull request #3300 from CombatExtended-Continued/Fence-Gate-Height
Browse files Browse the repository at this point in the history
Patch fence gate height
  • Loading branch information
N7Huntsman authored Jul 24, 2024
2 parents db665a0 + 9122aa4 commit 5ff405a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Patches/Core/ThingDefs_Buildings/Buildings_Structure.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<!-- ========== Fence Gate ========== -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="FenceGate"]</xpath>
<value>
<fillPercent>0.5</fillPercent>
</value>
</Operation>

</Patch>

0 comments on commit 5ff405a

Please sign in to comment.