From db90c9fd7b621e813554a2922af61d9e8b9d7313 Mon Sep 17 00:00:00 2001 From: cypress Date: Fri, 3 Nov 2023 14:35:55 -0400 Subject: [PATCH] SERVER: Fix walktype not being applied to barrier crawlers --- source/server/ai/zombie_core.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/ai/zombie_core.qc b/source/server/ai/zombie_core.qc index d052be9..e814680 100644 --- a/source/server/ai/zombie_core.qc +++ b/source/server/ai/zombie_core.qc @@ -726,7 +726,7 @@ void() zombie_hop10_5=[ $hop10, SUB_Null ] {self.frame = self.head.frame = 122; if(self.crawling == 2) { makeCrawler(self); - return; + //return; } self.movetype = MOVETYPE_WALK; self.th_walk();