Skip to content

Commit

Permalink
Fixing DME issues with Pyrelight.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Jun 21, 2024
1 parent 0db7e1c commit 056631b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
27 changes: 18 additions & 9 deletions mods/pyrelight/_pyrelight.dme
Original file line number Diff line number Diff line change
@@ -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
// 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
8 changes: 0 additions & 8 deletions mods/pyrelight/plants/_plants.dme

This file was deleted.

0 comments on commit 056631b

Please sign in to comment.