mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix typo in CombatStance enumeration
This commit is contained in:
parent
21c355bc9f
commit
b8afb01c46
@ -3,7 +3,7 @@ from enum import Enum
|
|||||||
|
|
||||||
class CombatStance(Enum):
|
class CombatStance(Enum):
|
||||||
DEFENSIVE = 0 # Unit will adopt defensive stance with medium group of units
|
DEFENSIVE = 0 # Unit will adopt defensive stance with medium group of units
|
||||||
AGGRESIVE = 1 # Unit will attempt to make progress with medium sized group of units
|
AGGRESSIVE = 1 # Unit will attempt to make progress with medium sized group of units
|
||||||
RETREAT = 2 # Unit will retreat
|
RETREAT = 2 # Unit will retreat
|
||||||
BREAKTHROUGH = 3 # Unit will attempt a breakthrough, rushing forward very aggresively with big group of armored units, and even less armored units will move aggresively
|
BREAKTHROUGH = 3 # Unit will attempt a breakthrough, rushing forward very aggresively with big group of armored units, and even less armored units will move aggresively
|
||||||
ELIMINATION = 4 # Unit will progress aggresively toward anemy units, attempting to eliminate the ennemy force
|
ELIMINATION = 4 # Unit will progress aggresively toward anemy units, attempting to eliminate the ennemy force
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user