Skip to content

Commit

Permalink
feat(clothes): add more webbings
Browse files Browse the repository at this point in the history
  • Loading branch information
TatarTheBuilder authored Feb 13, 2020
1 parent 330f165 commit 4b4943a
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
25 changes: 20 additions & 5 deletions code/modules/client/preference_setup/loadout/lists/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,34 @@
category = /datum/gear/storage/
slot = slot_tie

/datum/gear/storage/black_vest
display_name = "black webbing vest"
path = /obj/item/clothing/accessory/storage/black_vest
cost = 3

/datum/gear/storage/brown_vest
display_name = "brown webbing"
display_name = "brown webbing vest"
path = /obj/item/clothing/accessory/storage/brown_vest
cost = 3

/datum/gear/storage/black_vest
/datum/gear/storage/white_vest
display_name = "white webbing vest"
path = /obj/item/clothing/accessory/storage/white_vest
cost = 3

/datum/gear/storage/black_vest_alt
display_name = "black webbing"
path = /obj/item/clothing/accessory/storage/black_vest
path = /obj/item/clothing/accessory/storage/black_vest/alt
cost = 3

/datum/gear/storage/white_vest
/datum/gear/storage/brown_vest_alt
display_name = "brown webbing"
path = /obj/item/clothing/accessory/storage/brown_vest/alt
cost = 3

/datum/gear/storage/white_vest_alt
display_name = "white webbing"
path = /obj/item/clothing/accessory/storage/white_vest
path = /obj/item/clothing/accessory/storage/white_vest/alt
cost = 3

/datum/gear/storage/brown_drop_pouches
Expand Down
15 changes: 15 additions & 0 deletions code/modules/clothing/under/accessories/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,33 @@
icon_state = "vest_black"
slots = 5

/obj/item/clothing/accessory/storage/black_vest/alt
name = "black webbing"
desc = "Black synthcotton webbing with lots of pockets to hold whatever you need, but cannot hold in hands."
icon_state = "altwebbing_black"

/obj/item/clothing/accessory/storage/brown_vest
name = "brown webbing vest"
desc = "Worn brownish synthcotton vest with lots of pockets to unload your hands."
icon_state = "vest_brown"
slots = 5

/obj/item/clothing/accessory/storage/brown_vest/alt
name = "brown webbing"
desc = "Brown synthcotton vest with lots of pockets to unload your hands."
icon_state = "altwebbing_brown"

/obj/item/clothing/accessory/storage/white_vest
name = "white webbing vest"
desc = "Durable white synthcotton vest with lots of pockets to carry essentials."
icon_state = "vest_white"
slots = 5

/obj/item/clothing/accessory/storage/white_vest/alt
name = "white webbing"
desc = "White synthcotton webbing with lots of pockets to carry essentials."
icon_state = "altwebbing_white"

/obj/item/clothing/accessory/storage/drop_pouches
slots = 4 //to accomodate it being slotless

Expand Down
Binary file modified icons/inv_slots/acessories/icon.dmi
Binary file not shown.
Binary file modified icons/inv_slots/acessories/mob.dmi
Binary file not shown.
Binary file modified icons/inv_slots/acessories/mob_slim.dmi
Binary file not shown.
Binary file modified icons/mob/onmob/ties.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/ties.dmi
Binary file not shown.

0 comments on commit 4b4943a

Please sign in to comment.