Merge pull request #4305 from Cameron653/TESHARI_STUFF

Fixes a few borked teshari cloaks & uniforms
This commit is contained in:
Anewbe
2017-11-19 14:41:52 -06:00
committed by GitHub
4 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@
item_state = "tesh_cloak_by"
/obj/item/clothing/suit/storage/seromi/cloak/black_green
name = "black and Green cloak"
name = "black and green cloak"
icon_state = "tesh_cloak_bgr"
item_state = "tesh_cloak_bgr"
@@ -115,8 +115,8 @@
/obj/item/clothing/suit/storage/seromi/cloak/blue_grey
name = "blue and grey cloak"
icon_state = "tesh_cloak_blg"
item_state = "tesh_cloak_blg"
icon_state = "tesh_cloak_blug"
item_state = "tesh_cloak_blug"
/obj/item/clothing/suit/storage/seromi/cloak/purple_grey
name = "purple and grey cloak"
@@ -124,11 +124,11 @@
item_state = "tesh_cloak_pg"
/obj/item/clothing/suit/storage/seromi/cloak/pink_grey
name = "black and orange cloak"
name = "pink and grey cloak"
icon_state = "tesh_cloak_pig"
item_state = "tesh_cloak_pig"
/obj/item/clothing/suit/storage/seromi/cloak/brown_grey
name = "purple and grey cloak"
name = "brown and grey cloak"
icon_state = "tesh_cloak_brg"
item_state = "tesh_cloak_brg"

View File

@@ -82,7 +82,7 @@
item_state = "tesh_uniform_by"
/obj/item/clothing/under/seromi/undercoat/black_green
name = "black and Green undercoat"
name = "black and green undercoat"
icon_state = "tesh_uniform_bgr"
item_state = "tesh_uniform_bgr"
@@ -148,8 +148,8 @@
/obj/item/clothing/under/seromi/undercoat/blue_grey
name = "blue and grey undercoat"
icon_state = "tesh_uniform_blg"
item_state = "tesh_uniform_blg"
icon_state = "tesh_uniform_blug"
item_state = "tesh_uniform_blug"
/obj/item/clothing/under/seromi/undercoat/purple_grey
name = "purple and grey undercoat"
@@ -157,11 +157,11 @@
item_state = "tesh_uniform_pg"
/obj/item/clothing/under/seromi/undercoat/pink_grey
name = "black and orange undercoat"
name = "pink and grey undercoat"
icon_state = "tesh_uniform_pig"
item_state = "tesh_uniform_pig"
/obj/item/clothing/under/seromi/undercoat/brown_grey
name = "purple and grey undercoat"
name = "brown and grey undercoat"
icon_state = "tesh_uniform_brg"
item_state = "tesh_uniform_brg"