Adds sanity check for non-carbon mobs

This commit is contained in:
TullyBurnalot
2016-07-15 00:46:28 +01:00
parent 83d40f19ea
commit c8801b2ff5
@@ -20,6 +20,9 @@
if(!user.IsAdvancedToolUser())
return
if(!istype(C))
return
if(CLUMSY in user.mutations && prob(50))
to_chat(user, "<span class='warning'>Uh... how do those things work?!</span>")
apply_cuffs(user,user)