Various database entry stats (#11583)
* Add Firerate Stat to Lustre and sublimate * 8 votes * forgot comment * Show shock mine damage stats * make spawnBullets appear in core database * spawned instead * typo h * fuck impact stats * segment and point defense stuff * Change repair & shieldregen field's shown stats * Grant "Airborne" achievement when commanding units * more database entries * navanax entries (holy hell there are so many) * boosting speed entry * add arrow icon and stuff * dont break tests * junction storage per side * Apply suggestion from @Anuken --------- Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ public class BoostAI extends AIController{
|
||||
public void updateUnit(){
|
||||
if(unit.controller() instanceof CommandAI ai){
|
||||
ai.defaultBehavior();
|
||||
unit.updateBoosting(true);
|
||||
unit.updateBoosting(true, true);
|
||||
|
||||
//auto land when near target
|
||||
if(ai.attackTarget != null && unit.within(ai.attackTarget, unit.range())){
|
||||
|
||||
Reference in New Issue
Block a user