- Fixes an equip_e related runtime error

- Fixes storage items not updating when you put something in them.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4447 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-16 19:36:43 +00:00
parent 0fab5964e3
commit d8ec97e76e
2 changed files with 4 additions and 2 deletions

View File

@@ -166,7 +166,6 @@
W.loc = src
if ((user.client && user.s_active != src))
user.client.screen -= W
src.orient2hud(user)
W.dropped(user)
add_fingerprint(user)
@@ -178,6 +177,8 @@
else if(contents.len >= 15)
src.icon_state = "giftbag2"
src.orient2hud(user)
src.show_to(user)
if (istype(W, /obj/item/weapon/gun/energy/crossbow)) return //STEALTHY
for(var/mob/M in viewers(user, null))
if (M == user)