From dc155ee628640a8435f2621c486dad0da76ee99f Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:40:12 -0700 Subject: [PATCH] strip and dress times (#27773) --- code/modules/clothing/clothing.dm | 2 ++ 1 file changed, 2 insertions(+) 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',