From e3bb626ce949ca51372c3702a4b484b9fe036767 Mon Sep 17 00:00:00 2001 From: Giacomand Date: Mon, 6 Jan 2014 19:01:12 +0000 Subject: [PATCH] * Removed an unnecessary update_icons() --- code/modules/mob/inventory.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index 87930516848..bf2afb319a8 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -88,7 +88,7 @@ T.Entered(W) W.dropped(src) - update_icons() + //update_icons() // Redundant as u_equip will handle updating the specific overlay return 1 return 0