mirror of
https://github.com/FalloutCollaborationProject/FCP-Energy-Weapons.git
synced 2026-07-27 17:02:12 -07:00
Remove duplicate ThingDef and comps from plasma weapon XML
Deleted a redundant ThingDef entry and associated comps and modExtensions from WeaponDefs_Plasma.xml to clean up the XML structure and prevent potential conflicts.
This commit is contained in:
@@ -887,17 +887,4 @@
|
||||
</modExtensions>
|
||||
</ThingDef>
|
||||
|
||||
</Defs> <comps>
|
||||
<li Class="FCP.Core.CompProperties_LabelColored">
|
||||
<rarity>Unique</rarity>
|
||||
</li>
|
||||
</comps>
|
||||
<modExtensions>
|
||||
<li Class="FCP.Core.UniqueThingExtension" />
|
||||
<li Class="FalloutCore.DeathEffectModExtension">
|
||||
<effectChance>0.70</effectChance>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</ThingDef>
|
||||
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user