Fixes micros picking themselves up (#17698)

Fixes micros being able to pick themselves up.
This commit is contained in:
SatinIsle
2025-05-12 15:26:15 +02:00
committed by GitHub
parent 74853c33c1
commit c66c29c596
+2
View File
@@ -191,6 +191,8 @@
* @return false if normal code should continue, 1 to prevent normal code.
*/
/mob/living/proc/attempt_to_scoop(mob/living/M, mob/living/G, ignore_size = FALSE) //second one is for the Grabber, only exists for animals to self-grab
if(src == M)
return 0
if(!(pickup_pref && M.pickup_pref && M.pickup_active))
return 0
if(!(M.a_intent == I_HELP))