Skip to content

Commit

Permalink
dead_sea
Browse files Browse the repository at this point in the history
  • Loading branch information
SWIFTWAVE0 committed Jun 21, 2024
1 parent 2c838eb commit ac85774
Show file tree
Hide file tree
Showing 18 changed files with 959 additions and 0 deletions.
1 change: 1 addition & 0 deletions maps/torch_fd/fd_torch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
#include "../../mods/_fd/_maps/trader_ship/_trader_ship.dme"
#include "../../mods/_fd/_maps/yacht/_yacht.dme"
#include "../../mods/_fd/_maps/gccv_ulyanovsk/_ulyanovsk.dme"
#include "../../mods/_fd/_maps/dead_sea/_dead_sea.dme"

// ~EXOPLANET RUINS~ //

Expand Down
4 changes: 4 additions & 0 deletions mods/_fd/_maps/dead_sea/_dead_sea.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/singleton/modpack/dead_sea
name = "Мёртвое Море"
desc = "Добавляет кастомизированную планету с мёртвым океаном и подземными водными пещерами"
author = "SWIFT0"
21 changes: 21 additions & 0 deletions mods/_fd/_maps/dead_sea/_dead_sea.dme
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#ifndef MODPACK_DEAD_SEA
#define MODPACK_DEAD_SEA

#include "_dead_sea.dm"

#include "code/dead_sea_areas.dm"
#include "code/dead_sea.dm"

#endif
// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
#include "_dead_sea.dm"
#include "code\dead_sea.dm"
#include "code\dead_sea_areas.dm"
// END_INCLUDE
Loading

0 comments on commit ac85774

Please sign in to comment.