mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[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:
co-authored by
John Willard
Paxilmaniac
parent
f3388b014a
commit
629dd42b25
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user