[MIRROR] [MDB IGNORE] More /area/ typepath organization and cleanup [MDB IGNORE] (#13832)

* [MDB IGNORE] More /area/ typepath organization and cleanup (#67107)

This further continues what I did in b4fb8f3ed1 (but instead of just stations, its now every (most) applicable area in the game

* [MDB IGNORE] More /area/ typepath organization and cleanup

* wew

* e

* Update CentCom_skyrat.dmm

* wew

* ews

Co-authored-by: Jolly <70232195+Jolly-66@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-05-24 17:47:55 +02:00
committed by GitHub
parent 5321fe7389
commit a61b1ea07f
132 changed files with 167550 additions and 167417 deletions
@@ -312,7 +312,7 @@ SUBSYSTEM_DEF(networks)
if(!A.network_root_id) // not assigned? Then lets use some defaults
// Anything in Centcom is completely isolated
// Special case for holodecks.
if(istype(A,/area/holodeck))
if(istype(A,/area/station/holodeck))
A.network_root_id = "HOLODECK" // isolated from the station network
else if(SSmapping.level_trait(A.z, ZTRAIT_CENTCOM))
A.network_root_id = CENTCOM_NETWORK_ROOT