Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak: Centcomm and ERT #1474

Merged
merged 14 commits into from
Nov 24, 2023
1 change: 1 addition & 0 deletions baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3321,6 +3321,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