mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Adds Creation of Whetstones from Durasteel & Plastitanium
Can currently be done with plasteel and titanium.
This commit is contained in:
@@ -83,3 +83,8 @@
|
|||||||
/material/durasteel/generate_recipes()
|
/material/durasteel/generate_recipes()
|
||||||
. = ..()
|
. = ..()
|
||||||
recipes += new/datum/stack_recipe("durasteel fishing rod", /obj/item/weapon/material/fishing_rod/modern/strong, 2)
|
recipes += new/datum/stack_recipe("durasteel fishing rod", /obj/item/weapon/material/fishing_rod/modern/strong, 2)
|
||||||
|
recipes += new/datum/stack_recipe("whetstone", /obj/item/weapon/whetstone, 2, time = 30)
|
||||||
|
|
||||||
|
/material/plastitanium/generate_recipes()
|
||||||
|
. = ..()
|
||||||
|
recipes += new/datum/stack_recipe("whetstone", /obj/item/weapon/whetstone, 2, time = 20)
|
||||||
|
|||||||
Reference in New Issue
Block a user