mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 22:14:37 +00:00
i forgot to send the message
This commit is contained in:
parent
848ff9a5f3
commit
4e38a0463e
@ -105,6 +105,8 @@ public class QSBAlarmTotem : WorldObject<AlarmTotem>
|
||||
{
|
||||
GlobalMessenger.FireEvent("TutorialAlarmTotemTriggered");
|
||||
}
|
||||
|
||||
this.SendMessage(new SetVisibleMessage(true));
|
||||
}
|
||||
else if (isLocallyVisible && !_isLocallyVisible)
|
||||
{
|
||||
@ -113,6 +115,8 @@ public class QSBAlarmTotem : WorldObject<AlarmTotem>
|
||||
AttachedObject._simTotemRenderer.sharedMaterials = AttachedObject._simTotemMaterials;
|
||||
AttachedObject._simVisionConeRenderer.SetColor(AttachedObject._simVisionConeRenderer.GetOriginalColor());
|
||||
AttachedObject._pulseLightController.FadeTo(0f, 0.5f);
|
||||
|
||||
this.SendMessage(new SetVisibleMessage(false));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user