mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-20 03:38:33 +01:00
Tiny fan crafting (#2)
This commit is contained in:
@@ -2,15 +2,6 @@
|
||||
//Unsorted//
|
||||
////////////
|
||||
|
||||
/datum/crafting_recipe/tiny_fan
|
||||
name = "Tiny Fan"
|
||||
reqs = list(/obj/item/stack/sheet/metal = 2)
|
||||
result = /obj/structure/fans/tiny
|
||||
tools = list(TOOL_SCREWDRIVER)
|
||||
subcategory = CAT_MISCELLANEOUS
|
||||
category = CAT_MISC
|
||||
|
||||
|
||||
/datum/crafting_recipe/shower
|
||||
name = "Shower"
|
||||
reqs = list(/obj/item/stack/sheet/metal = 3)
|
||||
|
||||
Reference in New Issue
Block a user