Merge pull request #8502 from Techhead0/dev

Botany tool construction and clippers
This commit is contained in:
PsiOmegaDelta
2015-03-17 07:46:03 +01:00
2 changed files with 19 additions and 0 deletions
+18
View File
@@ -76,6 +76,16 @@
name = "wrench"
path = /obj/item/weapon/wrench
category = "Tools"
/datum/autolathe/recipe/hatchet
name = "hatchet"
path = /obj/item/weapon/hatchet
category = "Tools"
/datum/autolathe/recipe/minihoe
name = "mini hoe"
path = /obj/item/weapon/minihoe
category = "Tools"
/datum/autolathe/recipe/radio_headset
name = "radio headset"
@@ -346,6 +356,12 @@
hidden = 1
category = "Arms and Ammunition"
/datum/autolathe/recipe/tacknife
name = "tactical knife"
path = /obj/item/weapon/hatchet/tacknife
hidden = 1
category = "Arms and Ammunition"
/datum/autolathe/recipe/stunshell
name = "ammunition (stun cartridge, shotgun)"
path = /obj/item/ammo_casing/shotgun/stunshell
@@ -375,3 +391,5 @@
path = /obj/item/weapon/handcuffs
hidden = 1
category = "General"
@@ -23,5 +23,6 @@
new /obj/item/clothing/head/greenbandana(src)
new /obj/item/weapon/minihoe(src)
new /obj/item/weapon/hatchet(src)
new /obj/item/weapon/wirecutters/clippers(src)
// new /obj/item/weapon/bee_net(src) //No more bees, March 2014
return