Hint for upgrading units

This commit is contained in:
Anuken
2025-07-24 18:40:31 -04:00
parent 3ceb705cb5
commit 40d459b1b6
4 changed files with 6 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ public class Reconstructor extends UnitBlock{
if(!upgrade.unlockedNowHost() && !team.isAI()){
//flash "not researched"
pay.showOverlay(Icon.tree);
Events.fire(Trigger.cannotUpgrade);
}
if(upgrade.isBanned()){