mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
removes fun
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user