Adds in body snatcher device (#1822)

* Adds in body snatcher

* Modifies method the bodysnatcher works

* Fixes merge & compile error

* Update trash_pile.dm

* Update trash_pile.dm

* Gets transfer_to to work
This commit is contained in:
Cameron653
2017-07-19 15:26:34 -04:00
committed by Arokha Sieyes
parent a04bca6da9
commit 97e851f2e4
4 changed files with 79 additions and 0 deletions
+7
View File
@@ -45,6 +45,13 @@
build_path = /obj/item/device/sleevemate
sort_string = "TAAAD"
/datum/design/item/sleevemate
name = "Body Snatcher"
id = "bodysnatcher"
req_tech = list(TECH_MAGNET = 3, TECH_BIO = 3, TECH_ILLEGAL = 2)
materials = list(DEFAULT_WALL_MATERIAL = 4000, "glass" = 4000)
build_path = /obj/item/device/bodysnatcher
/datum/design/item/item/pressureinterlock
name = "APP pressure interlock"
id = "pressureinterlock"