From 621851790e96b5c065ea0d3fd126039b74c9faae Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Tue, 10 Sep 2019 20:46:38 +0100 Subject: [PATCH] Damnit hat, don't get too excited now, y'all. --- 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 b601b6a899..36e182907d 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, 200)) + addtimer(CALLBACK(GLOBAL_PROC, .proc/root_and_toot, src, src, 1000)) /obj/item/clothing/head/hattip/proc/root_and_toot(obj/item/clothing/head/hattip/hat) hat.animate_atom_living()