mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
@@ -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