Mostly comment out advanced GPSes

Fixes #3697
This commit is contained in:
Arokha Sieyes
2018-05-17 15:38:07 -04:00
parent 9deafc561a
commit 4a5498cfe3
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -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"
+3
View File
@@ -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