Merge pull request #10531 from TDSSS/handcuff-fix

fixed clumsy handcuff interaction
This commit is contained in:
variableundefined
2018-12-28 10:11:52 +08:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@
if(!istype(C))
return
if(CLUMSY in user.mutations && prob(50))
if((CLUMSY in user.mutations) && prob(50))
to_chat(user, "<span class='warning'>Uh... how do those things work?!</span>")
apply_cuffs(user,user)