mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 01:15:20 +00:00
Changed default stance to Hold so units don't look like they're attacking each other in Atlas (eventually we can make this be "aggress" in the game but hold in Atlas).
This was SVN commit r4337.
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
|
||||
<Ai>
|
||||
<Stance>
|
||||
<Curr>avoid</Curr>
|
||||
<Curr>hold</Curr>
|
||||
</Stance>
|
||||
</Ai>
|
||||
|
||||
|
||||
@@ -253,7 +253,7 @@ function entityInit()
|
||||
this.traits.ai.stance.list.defend = new Object();
|
||||
this.traits.ai.stance.list.stand = new Object();
|
||||
// Set default stance for combat units.
|
||||
this.traits.ai.stance.curr = "defend";
|
||||
this.traits.ai.stance.curr = "hold";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user