diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 0290bc1eb80..3bc0f946c74 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -969,6 +969,8 @@ drop_sound = 'sound/items/handling/cloth_drop.ogg' pickup_sound = 'sound/items/handling/cloth_pickup.ogg' dyeing_key = DYE_REGISTRY_UNDER + strip_delay = 6 SECONDS + put_on_delay = 6 SECONDS sprite_sheets = list( "Vox" = 'icons/mob/clothing/species/vox/under/misc.dmi',