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

* [MDB IGNORE] Makes only station areas, station areas.

* should fix it

* area fixes for AM templates

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com>
This commit is contained in:
SkyratBot
2022-10-19 16:45:37 -04:00
committed by GitHub
co-authored by John Willard Paxilmaniac
parent f3388b014a
commit 629dd42b25
37 changed files with 231 additions and 293 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