--- quake2-r0.16.1.orig/src/rogue/g_items.c	2007-08-26 11:07:36.000000000 -0700
+++ quake2-r0.16.1/src/rogue/g_items.c	2007-08-26 09:45:57.000000000 -0700
@@ -34,11 +34,11 @@
 gitem_armor_t combatarmor_info	= { 50, 100, .60, .30, ARMOR_COMBAT};
 gitem_armor_t bodyarmor_info	= {100, 200, .80, .60, ARMOR_BODY};
 
-static int	jacket_armor_index;
-static int	combat_armor_index;
-static int	body_armor_index;
-static int	power_screen_index;
-static int	power_shield_index;
+int	jacket_armor_index;
+int	combat_armor_index;
+int	body_armor_index;
+int	power_screen_index;
+int	power_shield_index;
 
 #define HEALTH_IGNORE_MAX	1
 #define HEALTH_TIMED		2
