From 7c8471db72fc937c42256a37e00dc4ea92d5c038 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Sun, 29 Dec 2024 13:47:47 +0100 Subject: [PATCH] fix hooded wintercoat action staying (#16778) --- code/modules/clothing/suits/hooded.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/hooded.dm b/code/modules/clothing/suits/hooded.dm index aa7d1bf8fb..9efe8ab494 100644 --- a/code/modules/clothing/suits/hooded.dm +++ b/code/modules/clothing/suits/hooded.dm @@ -44,6 +44,7 @@ /obj/item/clothing/suit/storage/hooded/dropped() RemoveHood() + ..() /obj/item/clothing/suit/storage/hooded/proc/ToggleHood() if(!hood_up)