Update living_vr.dm

This commit is contained in:
Cactus
2019-08-25 04:20:58 -04:00
parent 0e28522eaa
commit 25b5eef6ca
+1 -1
View File
@@ -89,7 +89,7 @@
var/obj/item/weapon/grab/G = I
//Has to be aggressive grab, has to be living click-er and non-silicon grabbed
if((G.state >= GRAB_AGGRESSIVE) && (isliving(user) && !issilicon(G.affecting)))
if((G.state >= GRAB_AGGRESSIVE) && (isliving(user) && (!issilicon(G.affecting) || ispAI(G.affecting))))//Chompstation edit, lets pAI be eaten
var/mob/living/attacker = user // Typecast to living