Skip to content

Commit

Permalink
Removed redundant wooden shovel recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Mar 7, 2024
1 parent fd7ce33 commit beaca2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
. += new/datum/stack_recipe/coilgun(src)
. += new/datum/stack_recipe/stick(src)
. += new/datum/stack_recipe/noticeboard(src)
. += new/datum/stack_recipe/shovel(src)
. += new/datum/stack_recipe/prosthetic/left_arm(src)
. += new/datum/stack_recipe/prosthetic/right_arm(src)
. += new/datum/stack_recipe/prosthetic/left_leg(src)
Expand Down
5 changes: 0 additions & 5 deletions code/modules/materials/recipes_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@
result_type = /obj/item/stick
difficulty = 0

/datum/stack_recipe/shovel
title = "shovel"
result_type = /obj/item/tool/shovel
difficulty = 1

/datum/stack_recipe/crossbowframe
title = "crossbow frame"
result_type = /obj/item/crossbowframe
Expand Down

0 comments on commit beaca2d

Please sign in to comment.