add: configure mission-specific repair variants

This commit is contained in:
Tom Boullay
2026-05-08 02:41:57 +01:00
parent ead3634aab
commit e4f6ec211c
8 changed files with 40 additions and 9 deletions
@@ -260,7 +260,7 @@ function getPlaceholderTargets(
return REPLACEMENT_START_OFFSETS.map(
(offset, index): RepairCasePlaceholder => ({
name: `fallback_${index + 1}`,
name: `placeholder_${index + 1}`,
position: [
REPAIR_CASE_FOCUS_POSITION[0] + offset[0],
REPAIR_CASE_FOCUS_POSITION[1] + offset[1],