Merge pull request #11465 from farie82/handcuff-nodrop-fix

Can't use cuffs with nodrops now
This commit is contained in:
variableundefined
2019-05-25 21:01:18 +08:00
committed by GitHub
@@ -24,6 +24,10 @@
if(!istype(C))
return
if(flags & NODROP)
to_chat(user, "<span class='warning'>[src] is stuck to your hand!</span>")
return
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)