From 750e9492d10d38bc73d22fa591af2c9b4aee8983 Mon Sep 17 00:00:00 2001 From: "Wowzewow (Wezzy)" <42310821+alsoandanswer@users.noreply.github.com> Date: Fri, 31 Jan 2020 03:03:57 +0800 Subject: [PATCH] Rearranges import in aurorastation.dme (#8140) --- aurorastation.dme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurorastation.dme b/aurorastation.dme index 4fa9333c9c7..fe182738c74 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -1511,6 +1511,7 @@ #include "code\modules\ghostroles\spawner\human\merchant.dm" #include "code\modules\ghostroles\spawner\human\pra.dm" #include "code\modules\ghostroles\spawner\human\visitor.dm" +#include "code\modules\ghostroles\spawner\human\zenghu.dm" #include "code\modules\ghostroles\spawner\human\responseteams\deathsquad.dm" #include "code\modules\ghostroles\spawner\human\responseteams\iac.dm" #include "code\modules\ghostroles\spawner\human\responseteams\kataphracts.dm" @@ -1519,7 +1520,6 @@ #include "code\modules\ghostroles\spawner\human\responseteams\response_team.dm" #include "code\modules\ghostroles\spawner\human\responseteams\syndicate.dm" #include "code\modules\ghostroles\spawner\human\responseteams\tcfl.dm" -#include "code\modules\ghostroles\spawner\human\zenghu.dm" #include "code\modules\ghostroles\spawner\simplemob\maintdrone.dm" #include "code\modules\ghostroles\spawner\simplemob\rat.dm" #include "code\modules\ghostroles\spawner\simplemob\spider.dm"