Research level typos

This commit is contained in:
Atermonera
2017-12-17 19:48:13 -08:00
parent 9a86b05471
commit 4b2ac88720

View File

@@ -7,7 +7,7 @@ var/list/GPS_list = list()
icon_state = "gps-c" icon_state = "gps-c"
w_class = ITEMSIZE_TINY w_class = ITEMSIZE_TINY
slot_flags = SLOT_BELT slot_flags = SLOT_BELT
origin_tech = list(TECH_MATERIALS = 2, TECH_BLUESPACE = 2, TECH_MAGNETS = 1) origin_tech = list(TECH_MATERIAL = 2, TECH_BLUESPACE = 2, TECH_MAGNET = 1)
matter = list(DEFAULT_WALL_MATERIAL = 500) matter = list(DEFAULT_WALL_MATERIAL = 500)
var/gps_tag = "COM0" var/gps_tag = "COM0"
var/emped = FALSE var/emped = FALSE
@@ -182,7 +182,7 @@ var/list/GPS_list = list()
icon_state = "gps-syndie" icon_state = "gps-syndie"
gps_tag = "NULL" gps_tag = "NULL"
desc = "A positioning system that has extended range and can detect other GPS device signals without revealing its own. How that works is best left a mystery. Alt+click to toggle power." desc = "A positioning system that has extended range and can detect other GPS device signals without revealing its own. How that works is best left a mystery. Alt+click to toggle power."
origin_tech = list(TECH_MATERIALS = 2, TECH_BLUESPACE = 3, TECH_MAGNETS = 2, TECH_ILLEGAL = 2) origin_tech = list(TECH_MATERIAL = 2, TECH_BLUESPACE = 3, TECH_MAGNET = 2, TECH_ILLEGAL = 2)
long_range = TRUE long_range = TRUE
hide_signal = TRUE hide_signal = TRUE
can_hide_signal = TRUE can_hide_signal = TRUE