[MIRROR] Gorka Suit Refactor + Accessory Feature Addon (#9862)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-12 07:52:50 -07:00
committed by GitHub
parent 0c84ec74d7
commit c7408e937a
16 changed files with 221 additions and 120 deletions

View File

@@ -8,6 +8,7 @@
slot_flags = SLOT_TIE
w_class = ITEMSIZE_SMALL
var/slot = ACCESSORY_SLOT_DECOR
var/can_remove = TRUE // Can it be taken off once attached?
var/obj/item/clothing/has_suit = null // The suit the tie may be attached to
var/image/inv_overlay = null // Overlay used when attached to clothing.
var/image/mob_overlay = null