From 12626c8db2bd5a8093728a185417b3d5e61d2aca Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Tue, 10 Sep 2019 20:51:22 +0100 Subject: [PATCH] Okay I dunno why it does what it do but it do. --- modular_citadel/code/modules/reagents/objects/clothes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/objects/clothes.dm b/modular_citadel/code/modules/reagents/objects/clothes.dm index 36e182907d..b601b6a899 100644 --- a/modular_citadel/code/modules/reagents/objects/clothes.dm +++ b/modular_citadel/code/modules/reagents/objects/clothes.dm @@ -46,7 +46,7 @@ /obj/item/clothing/head/hattip/dropped(mob/M) . = ..() UnregisterSignal(M, COMSIG_MOB_SAY) - addtimer(CALLBACK(GLOBAL_PROC, .proc/root_and_toot, src, src, 1000)) + addtimer(CALLBACK(GLOBAL_PROC, .proc/root_and_toot, src, src, 200)) /obj/item/clothing/head/hattip/proc/root_and_toot(obj/item/clothing/head/hattip/hat) hat.animate_atom_living()