mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 03:53:33 +00:00
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user