Reworked round 1 podium design to be closer to the original design.
This commit is contained in:
@@ -662,6 +662,10 @@ public class GameManagerRound1 : GameManagerBase
|
||||
}
|
||||
public void LightningRoundOtherOptionChosen()
|
||||
{
|
||||
if (_BuzzedInPlayer <= 0)
|
||||
{
|
||||
_AudioManager.SendCustomNetworkEvent(NetworkEventTarget.All, "PlaySFX", SFXEventType.Round1Incorrect);
|
||||
}
|
||||
WaitForBuzzInsWithoutLastPlayer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user