Removes bear traps from the custodial closet, adds autolathe recipe

This commit is contained in:
mwerezak
2015-08-22 02:29:04 -04:00
parent 00362809b1
commit cfa8ab3fd0
4 changed files with 27 additions and 1 deletions

View File

@@ -391,6 +391,12 @@
hidden = 1
category = "Devices and Components"
/datum/autolathe/recipe/beartrap
name = "mechanical trap"
path = /obj/item/weapon/beartrap
hidden = 1
category = "Devices and Components"
/datum/autolathe/recipe/welder_industrial
name = "industrial welding tool"
path = /obj/item/weapon/weldingtool/largetank

View File

@@ -9,6 +9,7 @@
throwforce = 0
w_class = 3
origin_tech = "materials=1"
matter = list(DEFAULT_WALL_MATERIAL = 18750)
var/deployed = 0
/obj/item/weapon/beartrap/suicide_act(mob/user)