[Change] Disable pilots at 30% armour instead of 20%

This commit is contained in:
Allanis 2013-03-21 21:27:46 +00:00
parent 081314170b
commit cf88a4b989

View File

@ -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))