Gluttony Tweaks (#17158)

This commit is contained in:
Geeves
2023-08-28 19:49:49 +00:00
committed by GitHub
parent a1a8a156e5
commit dd4c80d820
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -385,7 +385,7 @@
hair_pull(affecting, assailant)
//clicking on yourself while grabbing them
if(M == assailant && state >= GRAB_AGGRESSIVE)
if(M == assailant && assailant.a_intent == I_GRAB && state >= GRAB_AGGRESSIVE)
devour(affecting, assailant)
/obj/item/grab/dropped()