--- ./g_items.c.orig Mon Nov 30 17:55:28 1998 +++ ./g_items.c Wed Jan 10 19:17:48 2007 @@ -26,9 +26,9 @@ 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; +int jacket_armor_index; +int combat_armor_index; +int body_armor_index; static int power_screen_index; static int power_shield_index;