[MIRROR] Cleanup (#12525)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-14 00:58:50 +01:00
committed by GitHub
co-authored by Kashargul
parent e9da721226
commit 45f04c0a27
25 changed files with 51 additions and 42 deletions
@@ -65,10 +65,10 @@
usr.put_in_l_hand(src)
src.add_fingerprint(usr)
/obj/item/clothing/examine(var/mob/user)
/obj/item/clothing/examine(mob/user)
. = ..(user)
if(LAZYLEN(accessories))
. += "It has the following attached: [counting_english_list(accessories, user)]" //CHOMPEdit
. += "It has the following attached: [counting_english_list(user.client, accessories)]"
/**
* Attach accessory A to src