mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
[MIRROR] Cleanup (#12525)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
e9da721226
commit
45f04c0a27
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user