From 4737f05736c24ff1951f027b8ffd5c1eb4ab423c Mon Sep 17 00:00:00 2001 From: Isaac Erwin Date: Fri, 15 Jul 2016 05:38:14 -0400 Subject: [PATCH] Does the thing fox and kasparoVy said --- code/modules/clothing/under/chameleon.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/under/chameleon.dm b/code/modules/clothing/under/chameleon.dm index de0a43ef2f7..8f5a540f3c3 100644 --- a/code/modules/clothing/under/chameleon.dm +++ b/code/modules/clothing/under/chameleon.dm @@ -39,13 +39,13 @@ desc = "Groovy!" icon_state = "psyche" item_color = "psyche" - usr.regenerate_icons() + usr.update_inv_w_uniform() spawn(200) name = initial(name) icon_state = initial(icon_state) item_color = initial(item_color) desc = initial(desc) - usr.regenerate_icons() + usr.update_inv_w_uniform() ..()