--- deliantra/arch/class/types.arc 2007/05/07 06:24:14 1.3 +++ deliantra/arch/class/types.arc 2007/05/12 16:08:40 1.4 @@ -16,36 +16,41 @@ end object class_ranged +end + +object class_ranged_item +inherit class_ranged body_range -1 end object type_bow type 14 -inherit class_ranged +inherit class_ranged_item end object type_horn type 35 -inherit class_ranged +inherit class_ranged_item end object type_rod type 3 -inherit class_ranged +inherit class_ranged_item end object type_wand type 109 -inherit class_ranged +inherit class_ranged_item end object type_skill type 43 +body_skill -1 inherit class_ranged end object type_skill_tool type 74 -inherit class_ranged +inherit class_ranged_item end