Skip to content

Commit

Permalink
Fix reported naming issue with iron rudder
Browse files Browse the repository at this point in the history
  • Loading branch information
zolantris committed May 25, 2024
1 parent 16727dd commit 524bbfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public static void Init()
});
PieceDataDictionary.Add(PrefabNames.ShipRudderAdvancedIron, new PieceData()
{
Name = "valheim_vehicles_rudder_advanced $valheim_vehicles_material_wood",
Name = "valheim_vehicles_rudder_advanced $valheim_vehicles_material_iron",
Description = "valheim_vehicles_rudder_advanced_desc",
Icon = LoadValheimVehicleAssets.VehicleSprites.GetSprite(SpriteNames
.ShipRudderAdvancedIron)
Expand Down

0 comments on commit 524bbfc

Please sign in to comment.