Harvest points can now be depleted

This commit is contained in:
Jonathan
2025-06-14 21:38:03 -04:00
parent a5964a68f8
commit 826717c47f
15 changed files with 52 additions and 38 deletions
@@ -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))