From 056631bf6647a41a5d531aca1215d929bd236663 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Fri, 21 Jun 2024 14:07:52 +1000 Subject: [PATCH] Fixing DME issues with Pyrelight. --- mods/pyrelight/_pyrelight.dme | 27 ++++++++++++++++++--------- mods/pyrelight/plants/_plants.dme | 8 -------- 2 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 mods/pyrelight/plants/_plants.dme diff --git a/mods/pyrelight/_pyrelight.dme b/mods/pyrelight/_pyrelight.dme index 9f659ee0740..b1b42ba3cae 100644 --- a/mods/pyrelight/_pyrelight.dme +++ b/mods/pyrelight/_pyrelight.dme @@ -1,9 +1,18 @@ -#ifndef MODPACK_PYRELIGHT -#define MODPACK_PYRELIGHT -#include "_pyrelight.dm" -#include "datum/culture.dm" -#include "datum/factions.dm" -#include "datum/locations.dm" -#include "datum/religions.dm" -#include "plants/_plants.dme" -#endif \ No newline at end of file +// BEGIN_INCLUDE +#ifndef MODPACK_PYRELIGHT +#define MODPACK_PYRELIGHT +#include "_pyrelight.dm" +#include "datum\culture.dm" +#include "datum\factions.dm" +#include "datum\locations.dm" +#include "datum\religions.dm" +#include "plants\_plants.dm" +#include "plants\_plot.dm" +#include "plants\_subsystem.dm" +#include "plants\plants_fruit.dm" +#include "plants\plants_fruit_segment.dm" +#include "plants\plants_fruit_template.dm" +#include "plants\fruit_subtypes\nightweave.dm" +#include "plants\plant_subtypes\nightweave.dm" +#endif +// END_INCLUDE diff --git a/mods/pyrelight/plants/_plants.dme b/mods/pyrelight/plants/_plants.dme deleted file mode 100644 index 3ae0ba589bc..00000000000 --- a/mods/pyrelight/plants/_plants.dme +++ /dev/null @@ -1,8 +0,0 @@ -#include "_plants.dm" -#include "_plot.dm" -#include "_subsystem.dm" -#include "fruit_subtypes/nightweave.dm" -#include "plants_fruit_segment.dm" -#include "plants_fruit_template.dm" -#include "plants_fruit.dm" -#include "plant_subtypes/nightweave.dm"