--- deliantra/arch/class/types.arc 2010/04/02 21:26:11 1.17 +++ deliantra/arch/class/types.arc 2010/04/03 03:09:26 1.18 @@ -17,7 +17,7 @@ end object class_vein_extractor -inherit type_ranged +inherit type_ranged_item race mining dam 1 client_type 451 @@ -32,7 +32,7 @@ end object type_bow -inherit type_ranged +inherit type_ranged_item end object type_door @@ -58,7 +58,7 @@ end object type_horn -inherit type_ranged +inherit type_ranged_item skill use magic item type 35 end @@ -78,13 +78,16 @@ end object type_ranged -inherit class_item type 11 body_range -1 end +object type_ranged_item +inherit type_ranged,class_item +end + object type_rod -inherit type_ranged +inherit type_ranged_item skill use magic item type 3 end @@ -125,7 +128,7 @@ end object type_wand -inherit type_ranged +inherit type_ranged_item skill use magic item type 109 end