put in the brackets to fix the cluimsy thing

This commit is contained in:
Mithrandalf
2018-12-29 20:34:00 +00:00
parent 3f53b2448d
commit 5dae4072ab
+1 -1
View File
@@ -23,7 +23,7 @@
if(!istype(C))
return
if(CLUMSY in user.mutations && prob(50) && !istype(src, /obj/item/restraints/handcuffs/toy))
if((CLUMSY in user.mutations) && prob(50) && !istype(src, /obj/item/restraints/handcuffs/toy))
to_chat(user, "<span class='warning'>Uh... how do those things work?!</span>")
apply_cuffs(user,user)