Skip to content

Commit

Permalink
comment + crystal spear bye bye
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Aug 30, 2024
1 parent 810dc59 commit b39550d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions code/datums/components/crafting/recipes/weapon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
category = CAT_WEAPONRY
subcategory = CAT_WEAPON

/datum/crafting_recipe/bonespear
/datum/crafting_recipe/bonespear // Remove the bone stuff whenever there is some melee option in cargo.
name = "Bone Spear"
result = /obj/item/spear/bonespear
time = 30
Expand All @@ -285,11 +285,3 @@
/obj/item/stack/sheet/sinew = 2)
category = CAT_WEAPONRY
subcategory = CAT_WEAPON

/datum/crafting_recipe/crystalspear
name = "Crystal Spear"
result = /obj/item/spear/crystal
time = 4 SECONDS
reqs = list(/obj/item/strange_crystal = 2)
category = CAT_WEAPONRY
subcategory = CAT_WEAPON

0 comments on commit b39550d

Please sign in to comment.