From cf88a4b989cb84295cb9bf6a322eae894b491d27 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Thu, 21 Mar 2013 21:27:46 +0000
Subject: [PATCH] [Change] Disable pilots at 30% armour instead of 20%

---
 src/pilot.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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