mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-17 10:02:41 +01:00
@@ -47,7 +47,7 @@
|
||||
req_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 4, TECH_PHORON = 4, TECH_BLUESPACE = 5)
|
||||
build_path = /obj/item/weapon/circuitboard/telesci_pad
|
||||
sort_string = "HAAEB"
|
||||
|
||||
/* Normal GPS has all the fancy features now
|
||||
/datum/design/item/telesci_gps
|
||||
name = "GPS device"
|
||||
id = "telesci_gps"
|
||||
@@ -55,7 +55,7 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 500, "glass" = 1000)
|
||||
build_path = /obj/item/device/gps/advanced
|
||||
sort_string = "HAAEB"
|
||||
|
||||
*/
|
||||
/datum/design/circuit/quantum_pad
|
||||
name = "Quantum Pad"
|
||||
id = "quantum_pad"
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
// DEPRECATED - The normal GPS has the advanced features, now. This is obsolete.
|
||||
|
||||
// These are distinguished from the ordinary "Relay Position Devices" that just print your location
|
||||
// In that they are also all networked with each other to show each other's locations.
|
||||
/obj/item/device/gps/advanced
|
||||
|
||||
Reference in New Issue
Block a user