Skip to content

Commit

Permalink
модульность
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettiTerrible committed Aug 28, 2024
1 parent d7181c9 commit fde59d5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion cev_eris.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,6 @@
#include "maps\submaps\planetary_ruins\spider_nest\spider_nest.dm"
#include "maps\submaps\planetary_ruins\tar_anomaly\tar_anomaly.dm"
#include "mod_celadon\overmap_ruin_roundstartacces_fix\_overmap_ruin_roundstartacces_fix.dm"
#include "mod_celadon\overmap_ruin_roundstartacces_fix\code\fix.dm"
// END_INCLUDE

// CELADON
Expand Down
14 changes: 14 additions & 0 deletions mod_celadon/mod_celadon.dme
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

// --- MISC --- //


#include "overmap_ruin_roundstartacces_fix/_overmap_ruin_roundstartacces_fix.dme"

// --- RETURNS --- //

// --- DONATORS --- //
Expand All @@ -37,3 +40,14 @@
// #include "event_td/_event_td.dme" // Ивент на атаку и защита

//#include "event_cly/_event_cly.dme"
// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
#include "_modpack.dm"
#include "_modpacks.dm"
// END_INCLUDE
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
#include "code/overmap_ruin_roundstartacces_fix.dm"

#endif
// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
// END_INCLUDE

0 comments on commit fde59d5

Please sign in to comment.