From 7fdc689fbf43ed694c63e4f25f7ff7f73d408193 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 8 Jul 2021 00:41:28 -0400 Subject: [PATCH] Fix runtime on custom thing when not equipped --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 7ff0d97769e..7cba0803a31 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2319,7 +2319,7 @@ Departamental Swimsuits, for general use item_state = "rgb" overlay_state = "rgb" to_chat(user, "The polychromic plates in your cloak activate, turning it white.") - has_suit.update_clothing_icon() + has_suit?.update_clothing_icon() /obj/item/clothing/accessory/poncho/roles/cloak/fluff/cloakglowing/verb/color_verb() set name = "Swap color"