From c915a452a262785703475114337bebbc3e9fa4e9 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Wed, 21 Sep 2016 06:40:30 -0400 Subject: [PATCH] Hardsuit helmet toggling now has a delay (#20597) * FUCK OFF AND STOP SPAMMING * wild --- code/modules/clothing/spacesuits/hardsuit.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index ed02a12da1b..11e77d18c1f 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -85,6 +85,10 @@ jetpack = new jetpack(src) ..() +/obj/item/clothing/suit/space/hardsuit/attack_self(mob/user) + user.changeNext_move(CLICK_CD_MELEE) + ..() + /obj/item/clothing/suit/space/hardsuit/attackby(obj/item/I, mob/user, params) if(istype(I, /obj/item/weapon/tank/jetpack/suit)) if(jetpack)