mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Merge pull request #11465 from farie82/handcuff-nodrop-fix
Can't use cuffs with nodrops now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user