This commit is contained in:
GDN
2024-02-27 17:27:27 -06:00
committed by GitHub
parent 5d79d45279
commit b7a88c6da4
+1 -1
View File
@@ -122,7 +122,7 @@
if(!M.buckled && !M.has_buckled_mobs())
var/mob_swap
//the puller can always swap with it's victim if on grab intent
if(M.pulledby == src && a_intent == INTENT_GRAB)
if(length(M.grabbed_by) && a_intent == INTENT_GRAB)
mob_swap = TRUE
//restrained people act if they were on 'help' intent to prevent a person being pulled from being seperated from their puller
else if((M.restrained() || M.a_intent == INTENT_HELP) && (restrained() || a_intent == INTENT_HELP))