mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user