Harvest points can now be depleted
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
}
|
||||
@if (FilterService.GetFaction() == DataType.FACTION_Aru)
|
||||
{
|
||||
|
||||
<option value="@DataType.IMMORTAL_Atzlan"
|
||||
selected="@(FilterService.GetImmortal().Equals(DataType.IMMORTAL_Atzlan))">
|
||||
Atzlan
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
}
|
||||
}
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<div>Depleted</div>
|
||||
//TODO WIP
|
||||
|
||||
@@ -343,10 +343,10 @@
|
||||
{
|
||||
var hotkey = KeyService.GetHotkey();
|
||||
|
||||
if(hotkey is "`")
|
||||
if (hotkey is "`")
|
||||
HandleCancelEntity();
|
||||
|
||||
if (EntityFromKey(hotkey, out var entity))
|
||||
if (EntityFromKey(hotkey, out var entity))
|
||||
return;
|
||||
|
||||
if (BuildOrderService.Add(entity!, EconomyService))
|
||||
|
||||
Reference in New Issue
Block a user