mirror of
https://github.com/FalloutCollaborationProject/FCP-Melee-Weapons.git
synced 2026-07-27 17:02:40 -07:00
Update costList to use FCP_Melee_Bat in weapon defs
Replaces <FCP_Bat> with <FCP_Melee_Bat> in the costList for relevant melee weapon definitions to ensure correct resource referencing.
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
<uiIconScale>1.2</uiIconScale>
|
<uiIconScale>1.2</uiIconScale>
|
||||||
<techLevel>Industrial</techLevel>
|
<techLevel>Industrial</techLevel>
|
||||||
<costList>
|
<costList>
|
||||||
<FCP_Bat>1</FCP_Bat>
|
<FCP_Melee_Bat>1</FCP_Melee_Bat>
|
||||||
<Steel>5</Steel>
|
<Steel>5</Steel>
|
||||||
</costList>
|
</costList>
|
||||||
<statBases>
|
<statBases>
|
||||||
@@ -203,7 +203,7 @@
|
|||||||
<uiIconScale>1.2</uiIconScale>
|
<uiIconScale>1.2</uiIconScale>
|
||||||
<techLevel>Industrial</techLevel>
|
<techLevel>Industrial</techLevel>
|
||||||
<costList>
|
<costList>
|
||||||
<FCP_Bat>1</FCP_Bat>
|
<FCP_Melee_Bat>1</FCP_Melee_Bat>
|
||||||
<Steel>15</Steel>
|
<Steel>15</Steel>
|
||||||
</costList>
|
</costList>
|
||||||
<statBases>
|
<statBases>
|
||||||
|
|||||||
Reference in New Issue
Block a user