mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-29 03:28:26 +00:00
Merge pull request #662 from qsb-dev/headless-suited
Fix initial state having headless Hearthians
This commit is contained in:
commit
2933031692
@ -67,10 +67,8 @@ public class HelmetAnimator : MonoBehaviour
|
||||
{
|
||||
_fakeHelmetDitheringAnimator.SetVisible(false);
|
||||
FakeHelmet.gameObject.SetActive(false);
|
||||
if (!SuitGroup.activeSelf)
|
||||
{
|
||||
FakeHead.gameObject.SetActive(false);
|
||||
}
|
||||
// If the player is currently wearing their suit but has no helmet on, make sure to make the head visible (#655)
|
||||
FakeHead.gameObject.SetActive(SuitGroup.activeSelf);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user