[READY]Pressure plates - Idea by Arianya (#24319)

* welcome to minecraft

* all good

* fix

* forcemove

* new procs
This commit is contained in:
kevinz000
2017-03-01 22:35:20 -08:00
committed by oranges
parent 267ad7986d
commit 4408a8fbdc
6 changed files with 107 additions and 0 deletions
+7
View File
@@ -444,3 +444,10 @@
time = 10
reqs = list(/obj/item/stack/sheet/cardboard = 1)
category = CAT_MISC
/datum/crafting_recipe/pressureplate
name = "Pressure Plate"
result = /obj/item/device/pressure_plate
time = 5
reqs = list(/obj/item/stack/sheet/plasteel = 1, /obj/item/stack/tile = 1, /obj/item/stack/cable_coil = 2)
category = CAT_MISC