--- deliantra/arch/class/types.arc 2007/05/07 05:24:34 1.1 +++ deliantra/arch/class/types.arc 2007/05/07 06:21:03 1.2 @@ -1,22 +1,22 @@ object type_player type 1 -body_combat 1 -body_shield 1 -body_range 1 +body_combat -1 +body_shield -1 +body_range -1 end object type_shield type 33 -body_shield 1 +body_shield -1 end object type_weapon type 15 -body_combat 1 +body_combat -1 end object class_ranged -body_range 1 +body_range -1 end object type_bow