Revert "Removes some obselete attackby() code [Removes attackby crafting]"

This commit is contained in:
Leo
2016-05-27 20:37:45 -03:00
parent edac9e2171
commit 7304f31325
10 changed files with 168 additions and 14 deletions
-8
View File
@@ -9,14 +9,6 @@
var/chem_catalysts[] = list() //like tools but for reagents
var/category = CAT_NONE //where it shows up in the crafting UI
/datum/crafting_recipe/spear
name = "Spear"
result = /obj/item/weapon/twohanded/spear
reqs = list(/obj/item/weapon/restraints/handcuffs/cable = 1,
/obj/item/weapon/shard = 1,
/obj/item/stack/rods = 1)
time = 40
category = CAT_WEAPON
/datum/crafting_recipe/pin_removal
name = "Pin Removal"