Skip to content

Commit

Permalink
feat (Buttons) geneva list
Browse files Browse the repository at this point in the history
  • Loading branch information
pacas committed Nov 11, 2024
1 parent 941899f commit 444fc6f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions Pacas Patches Compilation/Patches/Core SK/SK_ArchitectSense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,24 @@
</match>
</match>
</Operation>

<Operation Class="PatchOperationConditional">
<xpath>Defs/MainButtonDef[defName="WarCrimes"]</xpath>
<match Class="PatchOperationConditional">
<xpath>Defs/MainButtonDef[defName="WarCrimes"]/iconPath</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/MainButtonDef[defName="WarCrimes"]</xpath>
<value>
<iconPath>UI/ArchitectIcons/WarCrimes</iconPath>
</value>
</nomatch>
<match Class="PatchOperationReplace">
<xpath>Defs/MainButtonDef[defName="WarCrimes"]/iconPath</xpath>
<value>
<iconPath>UI/ArchitectIcons/WarCrimes</iconPath>
</value>
</match>
</match>
</Operation>

</Patch>

0 comments on commit 444fc6f

Please sign in to comment.