From 987ec9ac0975511d445671dd9fff4b8b9f758cdf Mon Sep 17 00:00:00 2001 From: Rykka Date: Sat, 18 Sep 2021 03:54:03 -0700 Subject: [PATCH] Fixes Leopardmander Runtime This was NOT fixed in my PR - my mistake, as the error still exists in live code. Hence, falling back to the _ch.dm version - or, I can make a CHOMPEdit if preferred. Live is still using leopardmander.dm, hence the runtime. --- vorestation.dme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vorestation.dme b/vorestation.dme index 72e021f68a..31fe972d75 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3294,7 +3294,7 @@ #include "code\modules\mob\living\simple_mob\subtypes\vore\horse.dm" #include "code\modules\mob\living\simple_mob\subtypes\vore\jelly.dm" #include "code\modules\mob\living\simple_mob\subtypes\vore\lamia.dm" -#include "code\modules\mob\living\simple_mob\subtypes\vore\leopardmander.dm" +#include "code\modules\mob\living\simple_mob\subtypes\vore\leopardmander_ch.dm" #include "code\modules\mob\living\simple_mob\subtypes\vore\lizardman.dm" #include "code\modules\mob\living\simple_mob\subtypes\vore\mimic.dm" #include "code\modules\mob\living\simple_mob\subtypes\vore\oregrub.dm"