Merge pull request #775 from TalkingCactus/pai-examine-fix

pAI Tweaks
This commit is contained in:
Razgriz
2019-08-25 23:06:13 -07:00
committed by GitHub
7 changed files with 132 additions and 45 deletions
+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