mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
removes fun
This commit is contained in:
@@ -472,7 +472,7 @@
|
||||
return
|
||||
|
||||
//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
|
||||
if(!Adjacent(user) || !user.Adjacent(dropping))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user