From 80e33e4267a4493369a98b5ef332903596f2d9d3 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 19 Jan 2019 21:40:40 +0000 Subject: [PATCH] Fixed incorrect proc error --- code/modules/clothing/suits/storage.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/storage.dm b/code/modules/clothing/suits/storage.dm index ce10d08fb3..e240b1edcb 100644 --- a/code/modules/clothing/suits/storage.dm +++ b/code/modules/clothing/suits/storage.dm @@ -54,7 +54,7 @@ update_clothing_icon() //so our overlays update /obj/item/clothing/suit/storage/toggle/AltClick()//chomp edit - ToggleHood() + toggle() /obj/item/clothing/suit/storage/hooded/toggle flags_inv = HIDEHOLSTER