diff --git a/src/pilot.h b/src/pilot.h index 8814bb2..048c692 100644 --- a/src/pilot.h +++ b/src/pilot.h @@ -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))