Skip to content

Commit

Permalink
balanc 2
Browse files Browse the repository at this point in the history
changes the previous vest for something less "defensive"
  • Loading branch information
Dorodomki committed Aug 6, 2023
1 parent b9c9050 commit cdd7d14
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
. = ..()
new /obj/item/clothing/accessory/storage/webbing(src)
new /obj/item/clothing/accessory/storage/black_vest/brown_vest(src)
new /obj/item/clothing/suit/armor/bulletproof(src)
new /obj/item/clothing/suit/storage/hazardvest/blue(src)
new /obj/item/clothing/suit/storage/apron/overalls(src)
new /obj/item/clothing/head/hardhat/white(src)
new /obj/item/clothing/head/welding(src)
new /obj/item/clothing/gloves/yellow(src)
Expand Down Expand Up @@ -122,7 +123,8 @@
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/armor/bulletproof(src)
new /obj/item/clothing/suit/storage/hazardvest/blue(src)
new /obj/item/clothing/suit/storage/apron/overalls(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

0 comments on commit cdd7d14

Please sign in to comment.