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:
Fluffy
2024-04-12 22:21:34 +00:00
committed by GitHub
parent 9bf73f93f2
commit 4e76fc5133
170 changed files with 870 additions and 302 deletions
+2
View File
@@ -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