Fixed rag behavior; hold an item in hand to wash it.

This commit is contained in:
Zuhayr
2016-02-07 17:27:12 +10:30
parent 3239ed23b5
commit 5eaf31c767
+1 -1
View File
@@ -143,7 +143,7 @@
return
if(!on_fire && istype(A) && (src in user))
if(A.is_open_container())
if(A.is_open_container() && !(A in user))
remove_contents(user, A)
else if(!ismob(A)) //mobs are handled in attack() - this prevents us from wiping down people while smothering them.
wipe_down(A, user)