Rearranges import in aurorastation.dme (#8140)

This commit is contained in:
Wowzewow (Wezzy)
2020-01-30 20:03:57 +01:00
committed by GitHub
parent 6a223c5380
commit 750e9492d1
+1 -1
View File
@@ -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"