--- deliantra/arch/class/types.arc 2010/04/05 01:56:17 1.20 +++ deliantra/arch/class/types.arc 2011/05/18 20:43:34 1.25 @@ -7,7 +7,6 @@ inherit class_monster race undead sound_destroy wn/wail -magicmap black undead 1 end @@ -47,6 +46,7 @@ end object type_vein +face vein.x11 race mining food 1 ac 50 @@ -82,7 +82,6 @@ object type_door name door sound_destroy open_door -magicmap brown hp 400 exp 1 ac 10 @@ -138,3 +137,26 @@ no_drop 1 end +object type_quad_floor +no_pick 1 +no_drop 1 +is_floor 1 +is_quad 1 +nrof 1 +end + +object type_quad_wall +move_block all +no_pick 1 +no_drop 1 +blocksview 1 +is_quad 1 +nrof 1 +end + +object type_quad_material +nrof 1 +weight 1000 +type 126 +subtype 4 +end