Re-package with the security marker + texture bundled; ROADMAP: feature list complete, only playtesting remains
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user