mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 21:56:55 +01:00
Fixed legcuffs checking for being handcuffed instead of legcuffed when put on
This commit is contained in:
@@ -265,7 +265,7 @@ var/last_chew = 0
|
||||
place_legcuffs(user, user)
|
||||
return
|
||||
|
||||
if(!C.handcuffed)
|
||||
if(!C.legcuffed)
|
||||
if (C == user)
|
||||
place_legcuffs(user, user)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user