Merge pull request #7354 from Trilbyspaceclone/patch-6
Removes armor form Non-head only Trek suits
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
desc = "The uniform worn by operations officers of the mid 2260s. You feel strangely vulnerable just seeing this..."
|
desc = "The uniform worn by operations officers of the mid 2260s. You feel strangely vulnerable just seeing this..."
|
||||||
icon_state = "trek_engsec"
|
icon_state = "trek_engsec"
|
||||||
item_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
|
/obj/item/clothing/under/rank/trek/medsci
|
||||||
name = "MedSci Uniform"
|
name = "MedSci Uniform"
|
||||||
@@ -37,7 +36,6 @@
|
|||||||
icon_state = "trek_medsci"
|
icon_state = "trek_medsci"
|
||||||
item_state = "trek_medsci"
|
item_state = "trek_medsci"
|
||||||
permeability_coefficient = 0.50
|
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
|
//TNG
|
||||||
/obj/item/clothing/under/rank/trek/command/next
|
/obj/item/clothing/under/rank/trek/command/next
|
||||||
@@ -255,4 +253,4 @@
|
|||||||
|
|
||||||
/obj/item/clothing/head/caphat/formal/fedcover/sec
|
/obj/item/clothing/head/caphat/formal/fedcover/sec
|
||||||
icon_state = "fedcapsec"
|
icon_state = "fedcapsec"
|
||||||
item_state = "fedcapsec_mob"
|
item_state = "fedcapsec_mob"
|
||||||
|
|||||||
Reference in New Issue
Block a user