Making disposals mail sorting mapping less frustrating (#32218)

* mail sorting helpers && mail sorting code tweaks

- Added mail helpers
- Added defines for mail tagger locations
- FUCKED sort_type_txt

* Update mapping_helpers.dmi

* Update deltastation.dmm

* Update deltastation.dmm

* Update cerestation.dmm

* Update metastation.dmm

* Update emeraldstation.dmm

* Update boxstation.dmm

* Update boxstation.dmm

* Update mail_sorting_helpers.dm
This commit is contained in:
Osetrokarasek
2026-07-17 06:22:48 +00:00
committed by GitHub
parent 4c62c1c5b1
commit ad5620118c
11 changed files with 456 additions and 464 deletions
+2
View File
@@ -144,6 +144,7 @@
#include "code\__DEFINES\supermatter_defines.dm"
#include "code\__DEFINES\supply_defines.dm"
#include "code\__DEFINES\surgery_defines.dm"
#include "code\__DEFINES\tagger_locations.dm"
#include "code\__DEFINES\text_defines.dm"
#include "code\__DEFINES\tg_cooldowns.dm"
#include "code\__DEFINES\tgs.dm"
@@ -2613,6 +2614,7 @@
#include "code\modules\mapping\base_map_datum.dm"
#include "code\modules\mapping\dynamic_airlock_linker.dm"
#include "code\modules\mapping\dynamic_airlocks.dm"
#include "code\modules\mapping\mail_sorting_helpers.dm"
#include "code\modules\mapping\mapping_helpers.dm"
#include "code\modules\mapping\merge_conflicts.dm"
#include "code\modules\mapping\windoor_access_helpers.dm"