Added feedback when grabbing someone fails because they're buckled.

This commit is contained in:
Pete Goodfellow
2013-03-29 17:11:23 +00:00
parent 1b6683b443
commit f09166bd8f
@@ -89,6 +89,8 @@
w_uniform.add_fingerprint(M)
var/obj/item/weapon/grab/G = new /obj/item/weapon/grab(M, src)
if(buckled)
M << "<span class='notice'>You cannot grab [src], \he is buckled in!</span>"
if(!G) //the grab will delete itself in New if affecting is anchored
return
M.put_in_active_hand(G)