tiny little code tidy

This commit is contained in:
Mithrandalf
2018-12-29 22:51:58 +00:00
parent 58033afc8a
commit 6e21f6a781
+1 -1
View File
@@ -24,7 +24,7 @@
if(!istype(C))
return
if((CLUMSY in user.mutations) && prob(50) && (ignoresClumsy == FALSE))
if((CLUMSY in user.mutations) && prob(50) && (!ignoresClumsy))
to_chat(user, "<span class='warning'>Uh... how do those things work?!</span>")
apply_cuffs(user,user)