Skip to content

Commit

Permalink
Merge pull request #691 from Tsusai/patch-1
Browse files Browse the repository at this point in the history
Added new floor brazier to torchItemNames array
  • Loading branch information
nxPublic authored Oct 12, 2022
2 parents ec3e4bb + 1c4590f commit 5264ee1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ValheimPlus/GameClasses/Fireplace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ public static class FireplaceExtensions
"piece_groundtorch_green", // standing green torch
"piece_groundtorch_blue", // standing blue torch
"piece_walltorch", // sconce torch
"piece_brazierceiling01", // brazier
"piece_brazierceiling01", // ceiling brazier
"piece_brazierfloor01", // standing brazier
"piece_jackoturnip" // Jack-o-turnip
};

Expand All @@ -197,4 +198,4 @@ internal static bool IsTorch(string itemName)
return torchItemNames.Any(x => x.Equals(itemName));
}
}
}
}

0 comments on commit 5264ee1

Please sign in to comment.