SERVER: Fix walktype not being applied to barrier crawlers

This commit is contained in:
cypress 2023-11-03 14:35:55 -04:00
parent 9866a529b0
commit db90c9fd7b

View file

@ -726,7 +726,7 @@ void() zombie_hop10_5=[ $hop10, SUB_Null ] {self.frame = self.head.frame = 122;
if(self.crawling == 2) if(self.crawling == 2)
{ {
makeCrawler(self); makeCrawler(self);
return; //return;
} }
self.movetype = MOVETYPE_WALK; self.movetype = MOVETYPE_WALK;
self.th_walk(); self.th_walk();