mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-18 02:22:53 +01:00
Adds yet another new loadout accessory.
-Drop straps. Basically dropped suspenders or drop pouches without the pouches. -Basically I've been really digging the aesthetic thiccness of the drop pouches and just wanted the look available without the access walls and color restrictions. -Yeah it's colorable too.
This commit is contained in:
@@ -64,3 +64,12 @@
|
||||
display_name = "Metal necklace"
|
||||
description = "A shiny steel chain with a vague metallic object dangling off it."
|
||||
path = /obj/item/clothing/accessory/tronket
|
||||
|
||||
/datum/gear/accessory/flops
|
||||
display_name = "Drop straps"
|
||||
description = "Wearing suspenders over shoulders? That's been so out for centuries and you know better."
|
||||
path = /obj/item/clothing/accessory/flops
|
||||
|
||||
/datum/gear/accessory/flops/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
Reference in New Issue
Block a user