OTJ Update

OTJ update
Partitions update
Adventures overhaul
Custom borders
This commit is contained in:
cajun
2024-05-16 00:56:30 -05:00
parent 9739e6ff44
commit 1a8ec9edf3
188 changed files with 3627 additions and 1158 deletions

View File

@@ -791,7 +791,7 @@ face_type_extended_statistic :=
)
split := split_space_statistic(trim(types))
count := length(split)-1
for x from 0 to count do (ifresult := result + "," + split[x])
for x from 0 to count do (result := result + "," + split[x])
result
}