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