Skip to content

Commit

Permalink
Fix dislocated wall lamp texture due to style
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jul 30, 2024
1 parent 826c141 commit 58da07d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Mods/Core_SK/Ideology/Patches/RemoveStyle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>

<!-- This is to prevent Tynan's stupid wall attachment code -->
<Operation Class="PatchOperationRemove">
<xpath>Defs/StyleCategoryDef/thingDefStyles/li[thingDef="WallLamp" or thingDef="TorchWallLamp"]</xpath>
</Operation>

</Patch>

0 comments on commit 58da07d

Please sign in to comment.