Skip to content

Commit

Permalink
Error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XeoNovaDan committed Sep 4, 2018
1 parent d29d026 commit 50495c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Defs/Rimsenal/Feral/NewProjectiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<ThingDef ParentName="BaseBullet">
<defName>Bullet_ScatterCannon</defName>
<label>shrapnel</label>
<graphicData>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<ignoreConfigErrors>true</ignoreConfigErrors>
<projectile>
<damageDef>Bullet</damageDef>
<damageAmountBase>90</damageAmountBase>
Expand Down
7 changes: 5 additions & 2 deletions Patches/Rimsenal/Feral/Patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>*/ThingDef[defName="Bullet_ScatterCannon"]/graphicData</xpath>
<xpath>*/ThingDef[defName="Bullet_ScatterCannon"]</xpath>
<value>
<texPath>Projectile/Scrap</texPath>
<graphicData>
<texPath>Projectile/Scrap</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</li>

Expand Down

0 comments on commit 50495c3

Please sign in to comment.