[MDB IGNORE] Makes only station areas, station areas. (#70182)

* Makes only station areas part of Statioj

* Makes only subtypes of /area/station be part of the station
* Removes Icemoon and Shuttles as a check for Anomaly placers as they aren't needed anymore, not being part of shuttles.
* Removes a ton of uses of NO_ALERTS where it is no longer needed.
This commit is contained in:
John Willard
2022-10-19 00:54:29 -07:00
committed by GitHub
parent 701ebb41fd
commit 364cd38285
29 changed files with 216 additions and 273 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ GLOBAL_LIST_EMPTY(map_model_default)
// This is safe because dmm strings will never actually newline
// So we can parse things just fine
var/list/entries = splittext(model, ",\n")
//will contain all members (paths) in model (in our example : /turf/unsimulated/wall and /area/mine/explored)
//will contain all members (paths) in model (in our example : /turf/unsimulated/wall)
var/list/members = new /list(length(entries))
//will contain lists filled with corresponding variables, if any (in our example : list(icon_state = "rock") and list())
//member attributes are rarish, so we could lazyinit this