diff --git a/code/modules/materials/material_recipes_vr.dm b/code/modules/materials/material_recipes_vr.dm index 674ec97e9e..ba2a95250a 100644 --- a/code/modules/materials/material_recipes_vr.dm +++ b/code/modules/materials/material_recipes_vr.dm @@ -82,4 +82,9 @@ /material/durasteel/generate_recipes() . = ..() - recipes += new/datum/stack_recipe("durasteel fishing rod", /obj/item/weapon/material/fishing_rod/modern/strong, 2) \ No newline at end of file + 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)