--- deliantra/arch/class/types.arc 2007/05/14 21:32:11 1.6 +++ deliantra/arch/class/types.arc 2007/08/01 19:13:17 1.8 @@ -54,3 +54,24 @@ type 74 end +object type_door +type 23 +name door +randomitems door +hp 400 +exp 1 +ac 10 +level 1 +alive 1 +no_pick 1 +magicmap brown +move_block all +sound_destroy open_door +end + +object type_locked_door +inherit type_door +type 20 +sound_destroy misc/doorkickopen +end +