Merge pull request #2777 from RudiPardieck/grammar-fix

Fixes mistakes with using /improper instead of \improper
This commit is contained in:
TheDZD
2015-12-08 22:01:25 -05:00
4 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
/obj/item/clothing/glasses/hud
name = "/improper HUD"
name = "\improper HUD"
desc = "A heads-up display that provides important info in (almost) real time."
flags = null //doesn't protect eyes because it's a monocle, duh
origin_tech = "magnets=3;biotech=2"
@@ -9,20 +9,20 @@
/obj/item/clothing/glasses/hud/health
name = "/improper Health Scanner HUD"
name = "\improper Health Scanner HUD"
desc = "A heads-up display that scans the humans in view and provides accurate data about their health status."
icon_state = "healthhud"
HUDType = MEDHUD
/obj/item/clothing/glasses/hud/health_advanced
name = "/improper Advanced Health Scanner HUD"
name = "\improper Advanced Health Scanner HUD"
desc = "A heads-up display that scans the humans in view and provides accurate data about their health status. Includes anti-flash filter."
icon_state = "advmedhud"
flash_protect = 1
HUDType = MEDHUD
/obj/item/clothing/glasses/hud/health/night
name = "/improper Night Vision Health Scanner HUD"
name = "\improper Night Vision Health Scanner HUD"
desc = "An advanced medical head-up display that allows doctors to find patients in complete darkness."
icon_state = "healthhudnight"
item_state = "glasses"
@@ -32,7 +32,7 @@
/obj/item/clothing/glasses/hud/security
name = "/improper Security HUD"
name = "\improper Security HUD"
desc = "A heads-up display that scans the humans in view and provides accurate data about their ID status and security records."
icon_state = "securityhud"
var/global/list/jobs[0]
@@ -47,7 +47,7 @@
invisa_view = 2
/obj/item/clothing/glasses/hud/security/night
name = "/improper Night Vision Security HUD"
name = "\improper Night Vision Security HUD"
desc = "An advanced heads-up display which provides id data and vision in complete darkness."
icon_state = "securityhudnight"
darkness_view = 8