Skip to content

Commit

Permalink
The stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumbgunner committed Apr 7, 2024
1 parent 49133af commit 588e208
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,13 @@ var/global/list/gear_datums_by_name = list()
cost = 1 //The cadmium poisoning pays for the discounted cost longterm
allowed_origins = USCM_ORIGINS

/datum/gear/misc/flak
display_name = "M70 flak vest"
path = /obj/item/clothing/accessory/flak
cost = 3
slot = WEAR_IN_ACCESSORY
allowed_roles = JOB_SQUAD_SMARTGUN

/datum/gear/misc/patch_uscm
display_name = "USCM shoulder patch"
path = /obj/item/clothing/accessory/patch
Expand Down
5 changes: 5 additions & 0 deletions code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@
return
return ..(M,user)

//Drake Vest
/obj/item/clothing/accessory/flak
name = "M70 flak vest"
desc = "Venlar flak jacket worn by combat support personnel such as dropship crew, or occasionally by smartgunners. Despite the name it's actually better at stopping ballistics...."
icon_state = "flak"

//Medals
/obj/item/clothing/accessory/medal
Expand Down
Binary file modified icons/mob/humans/onmob/back.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/suit_1.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/ties.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/cm_suits.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/ties.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/ties_overlay.dmi
Binary file not shown.

0 comments on commit 588e208

Please sign in to comment.