mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
tiger and his weird collar needs
This commit is contained in:
@@ -1923,4 +1923,9 @@
|
||||
. = ..()
|
||||
|
||||
if(wear_id)
|
||||
. |= wear_id.GetAccess()
|
||||
. |= wear_id.GetAccess()
|
||||
if(istype(w_uniform, /obj/item/clothing/under))
|
||||
var/obj/item/clothing/under/U = w_uniform
|
||||
if(U.accessories)
|
||||
for(var/obj/item/clothing/accessory/A in U.accessories)
|
||||
. |= A.GetAccess()
|
||||
Reference in New Issue
Block a user