Skip to content

Commit

Permalink
Update Centcomm and ERT (#1474)
Browse files Browse the repository at this point in the history
Co-authored-by: SuhEugene <[email protected]>
  • Loading branch information
LordNest and SuhEugene authored Nov 24, 2023
1 parent 19216d8 commit a0022b5
Show file tree
Hide file tree
Showing 19 changed files with 10,074 additions and 2,305 deletions.
1 change: 1 addition & 0 deletions baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3322,6 +3322,7 @@
#include "maps\_maps.dm"
#include "mods\_modpack.dm"
#include "mods\global_modpacks.dm"
#include "mods\_master_files\code\game\gamemodes\ert.dm"
#include "mods\_master_files\code\game\objects\effects\decals\contraband.dm"
#include "mods\_master_files\code\game\objects\structures\crates_lockers\closets\_closet_appearance_definitions.dm"
#include "mods\_master_files\code\modules\client\asset_cache.dm"
Expand Down
10 changes: 10 additions & 0 deletions maps/sierra/areas/z6_admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
name = "Centcom Living Quarters"
req_access = list(access_cent_living)

/* FLEET CENTCOM AREAS
* =============
*/

/area/centcom/scgf
name = "SFV Stinger"

/area/centcom/iccgn
name = "ICGNV Konigsberg"

/* HOLODECK AREAS
* ==============
*/
Expand Down
3 changes: 2 additions & 1 deletion maps/sierra/sierra.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,11 @@
// USED MODS
// Keep them in ascending alphabetical order, please

#include "../../mods/_antagonists/_antagonists.dme"
#include "../../mods/_maps/liberia/_map_liberia.dme"
#include "../../mods/_maps/sentinel/_map_sentinel.dme"
#include "../../mods/_maps/farfleet/_map_farfleet.dme"

#include "../../mods/antagonists/_antagonists.dme"
#include "../../mods/bluespace_kitty/_bluespace_kitty.dme"
#include "../../mods/fancy_sofas/_fancy_sofas.dme"
#include "../../mods/jukebox_tapes/_jukebox_tapes.dme"
Expand Down
Loading

0 comments on commit a0022b5

Please sign in to comment.