TG: Juggernauts no longer take damage from punching.

Juggernauts are no longer able to be grabbed (and therefore choked or thrown)
Revision: r3112
Author: 	 kortgstation
This commit is contained in:
Ren Erthilo
2012-04-22 21:09:10 +01:00
parent 17d249c2c7
commit b6dd4e0d15
+2
View File
@@ -271,6 +271,8 @@
if ("grab")
if (M == src)
return
if (nopush)
return
var/obj/item/weapon/grab/G = new /obj/item/weapon/grab( M )
G.assailant = M
if (M.hand)