removes fun

This commit is contained in:
Shifty/Anthomansland
2020-06-03 23:47:26 +02:00
parent db920faa58
commit e9eb1438bf

View File

@@ -472,7 +472,7 @@
return return
//We are restrained or can't move, this will compromise taking out the trash //We are restrained or can't move, this will compromise taking out the trash
if(user.restrained() || !user.canmove) if(user.restrained() || !user.canmove || user.incapacitated())
return return
if(!Adjacent(user) || !user.Adjacent(dropping)) if(!Adjacent(user) || !user.Adjacent(dropping))
return return