mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-20 15:41:01 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
833ef845ca
@ -71,21 +71,10 @@ public partial class PlayerInfo
|
||||
|
||||
public void UpdateObjectsFromStates()
|
||||
{
|
||||
if (OWInput.GetInputMode() == InputMode.None)
|
||||
{
|
||||
// ? why is this here lmao
|
||||
return;
|
||||
}
|
||||
|
||||
if (CameraBody == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
FlashLight?.UpdateState(FlashlightActive);
|
||||
Translator?.ChangeEquipState(TranslatorEquipped);
|
||||
ProbeLauncher?.ChangeEquipState(ProbeLauncherEquipped);
|
||||
Signalscope?.ChangeEquipState(SignalscopeEquipped);
|
||||
FlashLight.UpdateState(FlashlightActive);
|
||||
Translator.ChangeEquipState(TranslatorEquipped);
|
||||
ProbeLauncher.ChangeEquipState(ProbeLauncherEquipped);
|
||||
Signalscope.ChangeEquipState(SignalscopeEquipped);
|
||||
AnimationSync.SetSuitState(SuitedUp);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user