mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
[MIRROR] Fixes micros picking themselves up (#10867)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f87fe899d4
commit
04cbb28604
@@ -196,6 +196,8 @@
|
|||||||
* @return false if normal code should continue, 1 to prevent normal code.
|
* @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
|
/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))
|
if(!(pickup_pref && M.pickup_pref && M.pickup_active))
|
||||||
return 0
|
return 0
|
||||||
if(!(M.a_intent == I_HELP))
|
if(!(M.a_intent == I_HELP))
|
||||||
|
|||||||
Reference in New Issue
Block a user