From 114c53c4f241131fd165486c684c861b831128fc Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Fri, 6 Jul 2018 13:46:24 -0400 Subject: [PATCH] Removes armor form Non-head only suits Basically get better armored suits then sec do! --- modular_citadel/code/modules/clothing/under/trek_under.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modular_citadel/code/modules/clothing/under/trek_under.dm b/modular_citadel/code/modules/clothing/under/trek_under.dm index 8d2e70e97e..3fcb2f62d1 100644 --- a/modular_citadel/code/modules/clothing/under/trek_under.dm +++ b/modular_citadel/code/modules/clothing/under/trek_under.dm @@ -29,7 +29,6 @@ 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" - armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 10, "fire" = 10, "acid" = 0) // since they're shared between jobs and kinda moot. /obj/item/clothing/under/rank/trek/medsci name = "MedSci Uniform" @@ -37,7 +36,6 @@ icon_state = "trek_medsci" item_state = "trek_medsci" permeability_coefficient = 0.50 - armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 10, "fire" = 0, "acid" = 10) // basically a copy of vanilla sci/med //TNG /obj/item/clothing/under/rank/trek/command/next @@ -255,4 +253,4 @@ /obj/item/clothing/head/caphat/formal/fedcover/sec icon_state = "fedcapsec" - item_state = "fedcapsec_mob" \ No newline at end of file + item_state = "fedcapsec_mob"