Fixed legcuffs checking for being handcuffed instead of legcuffed when put on

This commit is contained in:
Heroman3003
2018-04-13 05:00:18 +10:00
committed by Heroman3003
parent 5743df3d37
commit 1ff2f26889
2 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -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