mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
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:
committed by
Arokha Sieyes
parent
a04bca6da9
commit
97e851f2e4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user