fixes a runtime related to stacks

This commit is contained in:
paprka
2015-02-04 18:05:45 -08:00
parent b1a3cde873
commit 6299c546ab
+1 -1
View File
@@ -201,7 +201,7 @@
usr << "You add new [item.singular_name] to the stack. It now contains [item.amount] [item.singular_name]\s."
if(oldsrc.amount <= 0)
break
update_icon()
oldsrc.update_icon()
/obj/item/stack/attack_hand(mob/user as mob)
if (user.get_inactive_hand() == src)