mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
Updated AR glasses flavor text to be made by Ward-Takahashi GMB. Cheap version fits due to rivalry between both companies.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/item/clothing/glasses/omnihud
|
||||
name = "\improper AR glasses"
|
||||
desc = "The KHI-62 AR Glasses are a design from Kitsuhana Heavy Industries. These are a cheap export version \
|
||||
for Nanotrasen. Probably not as complete as KHI could make them, but more readily available for NT."
|
||||
desc = "The WT-62 AR Glasses are a design from Ward-Takahashi GMB. These are a cheap export version \
|
||||
for Nanotrasen. Definitely not as complete as WT could make them, but more readily available for NT."
|
||||
origin_tech = list(TECH_MAGNET = 3, TECH_BIO = 3)
|
||||
var/obj/item/clothing/glasses/hud/omni/hud = null
|
||||
var/mode = "civ"
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
/obj/item/clothing/glasses/omnihud/med
|
||||
name = "\improper AR-M glasses"
|
||||
desc = "The KHI-62-M AR glasses are a design from Kitsuhana Heavy Industries. \
|
||||
desc = "The WT-62-M AR glasses are a design from Ward-Takahashi GMB. \
|
||||
These have been upgraded with medical records access and virus database integration."
|
||||
mode = "med"
|
||||
action_button_name = "AR Console (Crew Monitor)"
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
/obj/item/clothing/glasses/omnihud/sec
|
||||
name = "\improper AR-S glasses"
|
||||
desc = "The KHI-62-S AR glasses are a design from Kitsuhana Heavy Industries. \
|
||||
desc = "The WT-62-S AR glasses are a design from Ward-Takahashi GMB. \
|
||||
These have been upgraded with security records integration and flash protection."
|
||||
mode = "sec"
|
||||
flash_protection = FLASH_PROTECTION_MAJOR
|
||||
@@ -96,7 +96,7 @@
|
||||
|
||||
/obj/item/clothing/glasses/omnihud/eng
|
||||
name = "\improper AR-E glasses"
|
||||
desc = "The KHI-62-E AR glasses are a design from Kitsuhana Heavy Industries. \
|
||||
desc = "The WT-62-E AR glasses are a design from Ward-Takahashi GMB. \
|
||||
These have been upgraded with advanced electrochromic lenses to protect your eyes during welding."
|
||||
mode = "eng"
|
||||
flash_protection = FLASH_PROTECTION_MAJOR
|
||||
@@ -110,7 +110,7 @@
|
||||
|
||||
/obj/item/clothing/glasses/omnihud/rnd
|
||||
name = "\improper AR-R glasses"
|
||||
desc = "The KHI-62-R AR glasses are a design from Kitsuhana Heavy Industries. \
|
||||
desc = "The WT-62-R AR glasses are a design from Ward-Takahashi GMB. \
|
||||
These have been ... modified ... to fit into a different frame."
|
||||
mode = "sci"
|
||||
icon = 'icons/obj/clothing/glasses.dmi'
|
||||
@@ -156,7 +156,7 @@
|
||||
|
||||
/obj/item/clothing/glasses/omnihud/all
|
||||
name = "\improper AR-B glasses"
|
||||
desc = "The KHI-62-B AR glasses are a design from Kitsuhana Heavy Industries. \
|
||||
desc = "The WT-62-B AR glasses are a design from Ward-Takahashi GMB. \
|
||||
These have been upgraded with every feature the lesser models have. Now we're talkin'."
|
||||
mode = "best"
|
||||
flash_protection = FLASH_PROTECTION_MAJOR
|
||||
|
||||
Reference in New Issue
Block a user