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:
RickGrymes
2025-12-28 03:03:36 -06:00
parent a7bf154675
commit 1e4b21ae8e
+3 -3
View File
@@ -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>
@@ -1249,4 +1249,4 @@
</comps> </comps>
</ThingDef> </ThingDef>
</Defs> </Defs>