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.
This commit is contained in:
Rykka
2021-09-18 03:54:03 -07:00
parent 36cd3cea1d
commit 987ec9ac09

View File

@@ -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"