Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
731 changes: 731 additions & 0 deletions _maps/map_files/Vampire/special_fran/modules/sewer1.dmm

Large diffs are not rendered by default.

1,015 changes: 1,015 additions & 0 deletions _maps/map_files/Vampire/special_fran/modules/sewer2.dmm

Large diffs are not rendered by default.

554 changes: 554 additions & 0 deletions _maps/map_files/Vampire/special_fran/modules/sewer3.dmm

Large diffs are not rendered by default.

906 changes: 906 additions & 0 deletions _maps/map_files/Vampire/special_fran/modules/sewer4.dmm

Large diffs are not rendered by default.

736 changes: 736 additions & 0 deletions _maps/map_files/Vampire/special_fran/modules/sewer5.dmm

Large diffs are not rendered by default.

1,239 changes: 422 additions & 817 deletions _maps/map_files/Vampire/special_fran/special_francisco.dmm

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions modular_zapoc/modules/mapping/code/modular_rooms.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/modular_map_root/special_fran
config_file = "strings/modular_maps/special_fransico.toml"
5 changes: 5 additions & 0 deletions strings/modular_maps/special_fransico.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
directory = "_maps/map_files/Vampire/special_fran/modules/"


[rooms.sewer]
modules = ["sewer1.dmm", "sewer2.dmm", "sewer3.dmm", "sewer4.dmm", "sewer5.dmm"]
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// DM Environment file for tgstation.dme.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\dwelling\code\area_dwelling.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\dwelling\code\obj_dwelling.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\dwelling\code\_dwelling_gvars_defines.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\economy\code\stocks_license.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\effects\code\reflection.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\latejoin_antagonists\code\latejoin_subsystem.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\powers\code\discipline\mytherceria.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\powers\code\discipline\healer_valeren.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\weather\code\weather.dm.

Check failure on line 1 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

Ticked File Enforcement

Missing include for modular_darkpack\modules\merits_flaws\code\old_quirks.dm.
// All manual changes should be made outside the BEGIN_ and END_ blocks.
// New source code should be placed in .dm files: choose File/New --> Code File.

Expand Down Expand Up @@ -7990,6 +7990,7 @@
#include "modular_zapoc\modules\items\code\keys.dm"
#include "modular_zapoc\modules\mapping\code\corpses.dm"
#include "modular_zapoc\modules\mapping\code\mapping_helper.dm"
#include "modular_zapoc\modules\mapping\code\modular_rooms.dm"
#include "modular_zapoc\modules\mapping\code\transfer_zones.dm"
#include "modular_zapoc\modules\mobs\code\cockroach.dm"
// END_INCLUDE
Loading