Now washign hands will update sprite.

This commit is contained in:
Chinsky
2013-02-06 22:01:24 +04:00
parent 8396c9fb3f
commit 058395a4ec
@@ -336,6 +336,8 @@
if(M.loc != location) return //Person has moved away from the sink
M.clean_blood()
if(ishuman(M))
M:update_inv_gloves()
for(var/mob/V in viewers(src, null))
V.show_message("\blue [M] washes their hands using \the [src].")