Skip to content

Commit

Permalink
balance
Browse files Browse the repository at this point in the history
rebalances the civilian vest into an normal bulletproof vest for the mt's and Chief engineers, adds medket to the CE
  • Loading branch information
Dorodomki committed Aug 3, 2023
1 parent e84d30f commit b9c9050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
. = ..()
new /obj/item/clothing/accessory/storage/webbing(src)
new /obj/item/clothing/accessory/storage/black_vest/brown_vest(src)
new /obj/item/clothing/suit/storage/marine/light/vest(src)
new /obj/item/clothing/suit/armor/bulletproof(src)
new /obj/item/clothing/head/hardhat/white(src)
new /obj/item/clothing/head/welding(src)
new /obj/item/clothing/gloves/yellow(src)
Expand All @@ -28,6 +28,8 @@
new /obj/item/storage/pouch/general/medium(src)
new /obj/item/storage/pouch/construction(src)
new /obj/item/storage/pouch/tools(src)
new /obj/item/storage/pouch/medkit(src)
new /obj/item/storage/firstaid/regular(src)

/obj/structure/closet/secure_closet/engineering_electrical
name = "electrical supplies"
Expand Down Expand Up @@ -120,7 +122,7 @@
if(!is_ground_level(z))
new /obj/item/device/radio/headset/almayer/mt(src)
new /obj/item/clothing/accessory/storage/black_vest/brown_vest(src)
new /obj/item/clothing/suit/storage/marine/light/vest(src)
new /obj/item/clothing/suit/armor/bulletproof(src)
new /obj/item/clothing/head/hardhat/dblue(src)
new /obj/item/storage/pouch/general(src)
new /obj/item/storage/pouch/electronics(src)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
armor_bio = CLOTHING_ARMOR_VERYLOW
armor_rad = CLOTHING_ARMOR_NONE
armor_internaldamage = CLOTHING_ARMOR_MEDIUM
storage_slots = 2
storage_slots = 1
time_to_unequip = 0.5 SECONDS
time_to_equip = 1 SECONDS
siemens_coefficient = 0.7
Expand Down

0 comments on commit b9c9050

Please sign in to comment.