mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Visible helmet
This commit is contained in:
parent
3d0ba354e2
commit
c725aff7e6
@ -26,6 +26,7 @@ namespace QSB {
|
||||
_body = Instantiate(player);
|
||||
_body.GetComponent<PlayerAnimController>().enabled = false;
|
||||
_body.Find("player_mesh_noSuit:Traveller_HEA_Player/player_mesh_noSuit:Player_Head").gameObject.layer = 0;
|
||||
_body.Find("Traveller_Mesh_v01:Traveller_Geo/Traveller_Mesh_v01:PlayerSuit_Helmet").gameObject.layer = 0;
|
||||
}
|
||||
|
||||
// It's dumb that this is here, should be somewhere else.
|
||||
|
Loading…
Reference in New Issue
Block a user