temporary fix for #4907

This commit is contained in:
DJSnapshot
2014-07-23 21:48:32 -07:00
parent 75c1a4bac3
commit bb336b7691

View File

@@ -30,6 +30,11 @@
projectile_type = "/obj/item/projectile/beam/stun"
modifystate = "energystun"
update_icon()
if(user.l_hand == src)
user.update_inv_l_hand()
else
user.update_inv_r_hand()