Fix un-eqipping gear with a single click.

- Restored this functionality to the way it was, with the exception of uniforms.  That drops everything when you remove it, so is still protected.
This commit is contained in:
Leshana
2018-03-08 00:33:43 -05:00
parent de44e7e01e
commit 29f93b0800
@@ -29,7 +29,7 @@
return
if (ishuman(user) && src.loc == user)
var/mob/living/carbon/human/H = user
if(src != H.l_store && src != H.r_store && src != H.s_store)
if(src == H.w_uniform) // VOREStation Edit - Un-equip on single click, but not on uniform.
return
return ..()