- Jail phone now also uses standard VRCObjectSync.

- Live indicator placard no longer has a grabbable component.
- Choice cards now have their LightSync components inside their prefabs.
This commit is contained in:
2026-05-14 20:08:04 -04:00
parent 7a233d9656
commit e8704b7595
11 changed files with 4182 additions and 3911 deletions
@@ -431,7 +431,7 @@ public class GameManagerRound2 : GameManagerBase
BetweenRoundsInterface.HeaderUI.text = "Phone Call: " + _CaseManager.GetCrookName();
BetweenRoundsInterface.CommentUI.text = "- You and I are going to " + _CaseManager.ContinentToString(_CaseManager.GetFinalRoundContinent());
_JailPhone.Activate(true);
_JailPhone.Activate(true, _CaseManager.GetCurrentWinningPlayers()[0]);
_CameraControllerRound2.DeactivateHostWinnerCameraTrigger();