mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Ruins sanitization and unit test (#18923)
Properly split and use prefixes and suffixes, unit test to verify the file exists and is not empty, and that the format convention is respected
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
if(rename)
|
||||
name = rename
|
||||
|
||||
..()
|
||||
|
||||
/datum/map_template/proc/preload_size(paths)
|
||||
var/list/bounds = list(1.#INF, 1.#INF, 1.#INF, -1.#INF, -1.#INF, -1.#INF)
|
||||
var/z_offset = 1 // needed to calculate z-bounds correctly
|
||||
|
||||
Reference in New Issue
Block a user