mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Added a tiny map for testing changes (#17704)
* Added a tiny map for testing changes * I forgot to commit this * Addressed review * Expanded to 255x255 for consistency * Update config/example/config.toml Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
@@ -126,6 +126,9 @@ SUBSYSTEM_DEF(mapping)
|
||||
|
||||
// Loads in the station
|
||||
/datum/controller/subsystem/mapping/proc/loadStation()
|
||||
if(GLOB.configuration.system.load_test_map)
|
||||
log_startup_progress("Loading test map, overridden by configuration.")
|
||||
map_datum = new /datum/map/test_tiny
|
||||
ASSERT(map_datum.map_path)
|
||||
if(!fexists(map_datum.map_path))
|
||||
// Make a VERY OBVIOUS error
|
||||
|
||||
Reference in New Issue
Block a user