From 0b0820937d9ff7126462be813cc2843edcbcf1ec Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Fri, 6 Jul 2018 14:03:04 -0400 Subject: [PATCH] Update trek_under.dm --- modular_citadel/code/modules/clothing/under/trek_under.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/clothing/under/trek_under.dm b/modular_citadel/code/modules/clothing/under/trek_under.dm index 3fcb2f62d1..f7a0d8b242 100644 --- a/modular_citadel/code/modules/clothing/under/trek_under.dm +++ b/modular_citadel/code/modules/clothing/under/trek_under.dm @@ -24,13 +24,13 @@ item_state = "trek_command" armor = list("melee" = 10, "bullet" = 10, "laser" = 10,"energy" = 10, "bomb" = 0, "bio" = 10, "rad" = 10, "fire" = 0, "acid" = 0) // Considering only staff heads get to pick it -/obj/item/clothing/under/rank/trek/engsec +/obj/item/clothing/under/rank/trek/engsec //Cit Change removed armor form here name = "Operations Uniform" desc = "The uniform worn by operations officers of the mid 2260s. You feel strangely vulnerable just seeing this..." icon_state = "trek_engsec" item_state = "trek_engsec" -/obj/item/clothing/under/rank/trek/medsci +/obj/item/clothing/under/rank/trek/medsci //Cit Change removed armor form here name = "MedSci Uniform" desc = "The uniform worn by medsci officers in the mid 2260s." icon_state = "trek_medsci"