Merge pull request #2271 from comma/master

Fixes Take Three
This commit is contained in:
Hawk-v3
2013-02-06 15:47:14 -08:00
7 changed files with 50 additions and 46 deletions
@@ -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].")