Let the catalog describe clothes and carryables on ThingDef without dressing anyone.

Empty layers keep furniture on the map; a known layer set and ColorDef palette reject unknown ids at load.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-20 02:47:23 +03:00
co-authored by Cursor
parent 450495f666
commit abcf67eaab
16 changed files with 716 additions and 15 deletions
+3
View File
@@ -123,6 +123,9 @@ internal static class PackPaths
case "behavior":
kind = DefKind.Behavior;
return true;
case "colors":
kind = DefKind.Color;
return true;
default:
kind = default;
return false;