- 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

@@ -111,7 +111,8 @@
client.screen -= W
W.loc = loc
W.dropped(src)
W.layer = initial(W.layer)
if(W)
W.layer = initial(W.layer)
update_action_buttons()
return 1