Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Jun 7, 2024
1 parent bcb9ead commit 174711c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Anomaly/Patches/AbilityDefs/Abilities_Anomaly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@

<!-- ========== Spike Base ========== -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="SpikeBase"]/thingClass</xpath>
<value>
<thingClass>CombatExtended.BulletCE</thingClass>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="SpikeBase"]/projectile</xpath>
<value>
<thingClass>CombatExtended.BulletCE</thingClass>
<projectile Class="CombatExtended.ProjectilePropertiesCE">
<damageDef>RangedStab</damageDef>
<speed>75</speed>
Expand Down

0 comments on commit 174711c

Please sign in to comment.