mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Fix & Spelling (#18981)
This commit is contained in:
@@ -303,7 +303,7 @@
|
||||
cloaks[initial(cloak_type.name)] = cloak_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cloaks))
|
||||
|
||||
/datum/gear/suit/cloak/dept/ce
|
||||
/datum/gear/suit/dept/cloak/ce
|
||||
display_name = "chief engineer cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/ce
|
||||
allowed_roles = list(JOB_CHIEF_ENGINEER)
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
//Engineering
|
||||
|
||||
/obj/item/clothing/suit/storage/teshari/cloak/jobs/ce
|
||||
name = "cheif engineer cloak"
|
||||
name = "chief engineer cloak"
|
||||
desc = "A soft Teshari cloak made for the "+ JOB_CHIEF_ENGINEER
|
||||
icon_state = "tesh_cloak_ce"
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
|
||||
/obj/item/clothing/suit/storage/teshari/cloak/jobs/cmo
|
||||
name = "chief medical officer cloak"
|
||||
desc = "A soft Teshari cloak made the Cheif Medical Officer"
|
||||
desc = "A soft Teshari cloak made the Chief Medical Officer"
|
||||
icon_state = "tesh_cloak_cmo"
|
||||
|
||||
/obj/item/clothing/suit/storage/teshari/cloak/jobs/medical
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
icon_state = "tesh_uniform_hop"
|
||||
|
||||
/obj/item/clothing/under/teshari/undercoat/jobs/ce
|
||||
name = "cheif engineer undercoat"
|
||||
name = "chief engineer undercoat"
|
||||
desc = "A traditional Teshari garb made for the " + JOB_CHIEF_ENGINEER
|
||||
icon_state = "tesh_uniform_ce"
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
|
||||
/obj/item/clothing/under/teshari/undercoat/jobs/cmo
|
||||
name = "chief medical officer undercoat"
|
||||
desc = "A traditional Teshari garb made for the Cheif Medical Officer"
|
||||
desc = "A traditional Teshari garb made for the Chief Medical Officer"
|
||||
icon_state = "tesh_uniform_cmo"
|
||||
|
||||
/obj/item/clothing/under/teshari/undercoat/jobs/qm
|
||||
|
||||
Reference in New Issue
Block a user