[Change] Disable pilots at 30% armour instead of 20%
This commit is contained in:
parent
081314170b
commit
cf88a4b989
@ -18,7 +18,7 @@
|
||||
|
||||
// Aproximation for pilot size.
|
||||
#define PILOT_SIZE_APROX 0.8
|
||||
#define PILOT_DISABLED_ARMOUR 0.2 // Based on armour percentage.
|
||||
#define PILOT_DISABLED_ARMOUR 0.3 // Based on armour percentage.
|
||||
|
||||
// Flags.
|
||||
#define pilot_isFlag(p,f) (p->flags & (f))
|
||||
|
Loading…
Reference in New Issue
Block a user