mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Personal Translocator
Adds it to science. Has a high materials and research cost, and is considered ***contraband***, as it says in the description. Also included in this PR is device_alt.dmi, a bunch of alternate device sprites which can be fun for stuff.
This commit is contained in:
@@ -37,6 +37,15 @@
|
||||
build_path = /obj/item/clothing/glasses/omnihud
|
||||
sort_string = "GAAFB"
|
||||
|
||||
/datum/design/item/translocator
|
||||
name = "personal translocator"
|
||||
id = "translocator"
|
||||
req_tech = list(TECH_MAGNET = 5, TECH_BLUESPACE = 5, TECH_ILLEGAL = 7)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000, "glass" = 2000, "uranium" = 4000, "diamond" = 2000)
|
||||
build_path = /obj/item/device/perfect_tele
|
||||
sort_string = "HABAF"
|
||||
|
||||
|
||||
// Resleeving Circuitboards
|
||||
|
||||
/datum/design/circuit/comm_server
|
||||
|
||||
Reference in New Issue
Block a user