|
110 | 110 | list("Boonie Hat, Jungle BDU", floor(scale * 15), /obj/item/clothing/head/cmcap/boonie, VENDOR_ITEM_REGULAR),
|
111 | 111 |
|
112 | 112 | list("WEBBINGS", -1, null, null),
|
113 |
| - list("M3 Pattern Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m3, VENDOR_ITEM_REGULAR), |
114 |
| - list("M3 Pattern Magazine Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m3/mag, VENDOR_ITEM_REGULAR), |
115 |
| - list("M3 Pattern Shotgun Shell Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m3/shotgun, VENDOR_ITEM_REGULAR), |
116 |
| - list("M3 Pattern M40 Webbing", 0.75, /obj/item/clothing/accessory/storage/webbing/m3/m40, VENDOR_ITEM_REGULAR), |
117 |
| - list("M3 Pattern Small Pouch Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m3/small, VENDOR_ITEM_REGULAR), |
| 113 | + list("M3 Pattern Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m52b, VENDOR_ITEM_REGULAR), |
| 114 | + list("M3 Pattern Magazine Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m52b/mag, VENDOR_ITEM_REGULAR), |
| 115 | + list("M3 Pattern Shotgun Shell Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m52b/shotgun, VENDOR_ITEM_REGULAR), |
| 116 | + list("M3 Pattern M40 Webbing", 0.75, /obj/item/clothing/accessory/storage/webbing/m52b/grenade, VENDOR_ITEM_REGULAR), |
| 117 | + list("M3 Pattern Small Pouch Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m52b/small, VENDOR_ITEM_REGULAR), |
118 | 118 | list("Drop Pouch", 4, /obj/item/clothing/accessory/storage/droppouch, VENDOR_ITEM_REGULAR),
|
119 | 119 | list("Leg Pouch", 4, /obj/item/clothing/accessory/storage/smallpouch, VENDOR_ITEM_REGULAR),
|
120 | 120 | list("Shoulder Holster", round(max(1,(scale * 0.5))), /obj/item/clothing/accessory/storage/holster, VENDOR_ITEM_REGULAR),
|
|
127 | 127 | list("M3 Pattern Shoulder Pauldrons", round(scale * 10), /obj/item/clothing/accessory/pads, VENDOR_ITEM_REGULAR),
|
128 | 128 | list("M3 Pattern Groin Plate", round(scale * 10), /obj/item/clothing/accessory/pads/groin, VENDOR_ITEM_REGULAR),
|
129 | 129 | list("M3 Pattern Greaves", round(scale * 15), /obj/item/clothing/accessory/pads/greaves, VENDOR_ITEM_REGULAR),
|
130 |
| - list("M3 Pattern Knee Pads", round(scale * 15), /obj/item/clothing/accessory/pads/kneepads, VENDOR_ITEM_REGULAR), |
131 | 130 | list("M3 Pattern Arm Bracers", round(scale * 10), /obj/item/clothing/accessory/pads/bracers, VENDOR_ITEM_REGULAR),
|
132 | 131 | list("M3 Pattern Neck Brace", round(scale * 15), /obj/item/clothing/accessory/pads/neckguard, VENDOR_ITEM_REGULAR),
|
133 | 132 |
|
|
198 | 197 | new /obj/item/clothing/accessory/pads(src)
|
199 | 198 | new /obj/item/clothing/accessory/pads/groin(src)
|
200 | 199 | new /obj/item/clothing/accessory/pads/greaves(src)
|
201 |
| - new /obj/item/clothing/accessory/pads/kneepads(src) |
202 | 200 | /obj/effect/essentials_set/m3
|
203 | 201 | spawned_gear_list = list(
|
204 | 202 | /obj/item/clothing/suit/marine,
|
|
297 | 295 | list("M5 Pattern Camera Headset", floor(scale * 15), /obj/item/device/overwatch_camera, VENDOR_ITEM_REGULAR),
|
298 | 296 |
|
299 | 297 | list("WEBBINGS", -1, null, null),
|
300 |
| - list("M3-R Pattern Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m3/recon, VENDOR_ITEM_REGULAR), |
301 |
| - list("M3-R Pattern Shotgun Shell Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m3/recon/shotgun, VENDOR_ITEM_REGULAR), |
302 |
| - list("M3-R Pattern M40 Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m3/recon/m40, VENDOR_ITEM_REGULAR), |
| 298 | + list("M3-R Pattern Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m52b/recon, VENDOR_ITEM_REGULAR), |
| 299 | + list("M3-R Pattern Shotgun Shell Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m52b/recon/shotgun, VENDOR_ITEM_REGULAR), |
| 300 | + list("M3-R Pattern M40 Webbing", 2, /obj/item/clothing/accessory/storage/webbing/m52b/recon/grenade, VENDOR_ITEM_REGULAR), |
303 | 301 | list("Drop Pouch", 3, /obj/item/clothing/accessory/storage/droppouch, VENDOR_ITEM_REGULAR),
|
304 | 302 | list("Shoulder Holster", round(max(1,(scale * 0.5))), /obj/item/clothing/accessory/storage/holster, VENDOR_ITEM_REGULAR),
|
305 | 303 |
|
|
0 commit comments