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 1/4] 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" 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 2/4] 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" From 1e3114903947feaa6187e5e61b645900f014f735 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 7 Jul 2018 00:48:04 -0400 Subject: [PATCH 3/4] Removes the //Cit Change --- 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 f7a0d8b242..c0fb84ba1f 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 //Cit Change removed armor form here +/obj/item/clothing/under/rank/trek/engsec 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 //Cit Change removed armor form here +/obj/item/clothing/under/rank/trek/medsci name = "MedSci Uniform" desc = "The uniform worn by medsci officers in the mid 2260s." icon_state = "trek_medsci" From 00f84818a18ff4c88ea032de1ff033799c097e1b Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 7 Jul 2018 09:13:23 -0400 Subject: [PATCH 4/4] Remove spaces at the ends of the paths Ima dork and forgot to remove those --- 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 c0fb84ba1f..3fcb2f62d1 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 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 name = "MedSci Uniform" desc = "The uniform worn by medsci officers in the mid 2260s." icon_state = "trek_medsci"