mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Merge pull request #8282 from KasparoVy/sharpest-edgiest-rogue
Adds Creation of Whetstones from Durasteel & Plastitanium
This commit is contained in:
@@ -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)
|
||||
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