mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-09 00:52:09 +00:00
Merge pull request #2777 from RudiPardieck/grammar-fix
Fixes mistakes with using /improper instead of \improper
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
return dat
|
||||
|
||||
/obj/item/weapon/implantcase/exile
|
||||
name = "/improper Glass Case- 'Exile'"
|
||||
name = "\improper Glass Case- 'Exile'"
|
||||
desc = "A case containing an exile implant."
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "implantcase-r"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -197,7 +197,7 @@
|
||||
reagents.add_reagent("blackpepper", 20)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/syndisauce
|
||||
name = "/improper Chef Excellence's Special Sauce"
|
||||
name = "\improper Chef Excellence's Special Sauce"
|
||||
desc = "A potent sauce extracted from the potent amanita mushrooms. Death never tasted quite so delicious."
|
||||
amount_per_transfer_from_this = 5
|
||||
volume = 50
|
||||
|
||||
Reference in New Issue
Block a user