mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
Added random map generation to Southern Cross.
This commit is contained in:
@@ -20,6 +20,10 @@ SUBSYSTEM_DEF(mapping)
|
||||
maploader = new()
|
||||
load_map_templates()
|
||||
|
||||
#if UNIT_TEST
|
||||
config.generate_map = TRUE
|
||||
#endif
|
||||
|
||||
if(config.generate_map)
|
||||
// Map-gen is still very specific to the map, however putting it here should ensure it loads in the correct order.
|
||||
using_map.perform_map_generation()
|
||||
|
||||
Reference in New Issue
Block a user