Revert "Handle Vault 109 quest handoff"

This reverts commit 6fdc63c36d.
This commit is contained in:
2026-06-30 16:59:34 +12:00
parent 6fdc63c36d
commit 683feabb77
5 changed files with 2 additions and 50 deletions
-1
View File
@@ -10,7 +10,6 @@ For testing notes, milestone summaries, known issues, and next steps, see [`docs
## [Unreleased]
### Added
- `COVault109` exit handoff in the plugin: when the local player leaves the solo cell, MQ101 (`War Never Changes`) is completed and MQ102 (`Out of Time`) is started at stage 10.
- Optional `isPipboyOpen` transform state so receivers can detect remote Pip-Boy open/close transitions. The state is synced and logged for diagnostics; no proxy Pip-Boy animation is driven (the third-person humanoid behavior graph has no Pip-Boy raise/use animation — it is first-person only), leaving room for a future custom third-person animation.
- Optional `appearance` transform snapshots for best-effort runtime proxy body and face visuals, including height, body morph weight, body tint, hair colors, head-part IDs, and morph slider values while leaving gender switching out.
- Game-thread proxy appearance application for supported `appearance` fields after runtime proxy 3D is ready, with race switching deferred for future proxy-base compatibility work.