mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Merge remote-tracking branch 'upstream/master' into airlockQDEL
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
//Wrapper procs that handle sanity and user feedback
|
||||
/obj/proc/user_buckle_mob(mob/living/M, mob/user)
|
||||
if(!user.Adjacent(M) || user.restrained() || user.lying || user.stat)
|
||||
if(!user.Adjacent(M) || user.lying || user.incapacitated())
|
||||
return
|
||||
|
||||
add_fingerprint(user)
|
||||
|
||||
Reference in New Issue
Block a user