Skip to content

Commit

Permalink
Fixed typo and incorrect skillname
Browse files Browse the repository at this point in the history
  • Loading branch information
Orcicorn committed Jun 1, 2022
1 parent fd0953c commit 31f6790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Give XP on Completion of Cabinets
function Recipe.OnGiveXP.ImprovisedCabinetry_XPWoodCabine(recipe, ingredients, result, player)
function Recipe.OnGiveXP.ImprovisedCabinetry_XPWoodCabinet(recipe, ingredients, result, player)
player:getXp():AddXP(Perks.Woodwork, 10);
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module ImprovisedCabinetry {
Plank=2,
Woodglue,
Result: ImprovisedCabinetry.WoodPanel,
SkillRequired: Carpentry=2,
SkillRequired: Woodwork=2,
Category: Cabinets,
Time: 120.0,
AnimNode: SawLog,
Expand Down

0 comments on commit 31f6790

Please sign in to comment.