mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Gluttony Tweaks (#17158)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user