Skip to content

Commit

Permalink
Fix a DOOM patch bug I happened across
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed May 21, 2024
1 parent d1cda58 commit 71f3a7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ModPatches/Doom Factions/Defs/Doom Factions/Ammo_Doom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<!-- ========== Projectiles ========== -->
<ThingDef ParentName="Base6x24mmChargedBullet">
<defName>Bullet_PlasmaCellPistol</defName>
<defName>Bullet_UACPlasmaCellPistol</defName>
<label>Plasma</label>
<graphicData>
<texPath>Things/Projectile/UACSidearmProj</texPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,4 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Apparel_UACShades"]/apparel</xpath>
<value>
<hatRenderedFrontOfFace>true</hatRenderedFrontOfFace>
</value>
</Operation>
</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<Properties>
<verbClass>CombatExtended.Verb_ShootCE</verbClass>
<hasStandardCommand>True</hasStandardCommand>
<defaultProjectile>Bullet_PlasmaCellPistol</defaultProjectile>
<defaultProjectile>Bullet_UACPlasmaCellPistol</defaultProjectile>
<warmupTime>0.6</warmupTime>
<range>25</range>
<soundCast>Fire_UACPistol</soundCast>
Expand Down

0 comments on commit 71f3a7e

Please sign in to comment.