Initial (#3366)
This commit is contained in:
@@ -149,6 +149,15 @@ namespace Content.Client.GameObjects.Components.Power.AME
|
|||||||
ToggleInjection.Disabled = true;
|
ToggleInjection.Disabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!castState.Injecting)
|
||||||
|
{
|
||||||
|
InjectionStatus.Text = Loc.GetString("Not Injecting");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
InjectionStatus.Text = Loc.GetString("Injecting...");
|
||||||
|
}
|
||||||
|
|
||||||
RefreshPartsButton.Disabled = castState.Injecting;
|
RefreshPartsButton.Disabled = castState.Injecting;
|
||||||
|
|
||||||
CoreCount.Text = $"{castState.CoreCount}";
|
CoreCount.Text = $"{castState.CoreCount}";
|
||||||
|
|||||||
Reference in New Issue
Block a user