Re-package with the security marker + texture bundled; ROADMAP: feature list complete, only playtesting remains

This commit is contained in:
flan
2026-07-15 22:30:03 +00:00
parent 8fe98b4560
commit 3d4f1b0052
9 changed files with 68 additions and 8 deletions
+5
View File
@@ -50,6 +50,11 @@ if [[ -e "$JUST/Defs" ]]; then
mkdir -p "$HERE/Defs"
cp -r "$JUST/Defs/." "$HERE/Defs/"
fi
# Justice now also ships a texture (the security marker); vendor it so the aggregate isn't magenta.
if [[ -e "$JUST/Textures" ]]; then
mkdir -p "$HERE/Textures"
cp -r "$JUST/Textures/." "$HERE/Textures/"
fi
# Ward ships defs (interaction mode, hediffs, treatment station, room role), its own textures, AND a
# Patches/ dir -- the Rim Disorders integration that marks disorders treatable (conditional, so it
# no-ops without that mod). Miss the Patches/ and treatment silently does nothing to the illness. All