--- deliantra/arch/shop/Floors/shop_floor.arc 2007/02/06 22:41:16 1.3 +++ deliantra/arch/shop/Floors/shop_floor.arc 2009/11/14 05:04:52 1.10 @@ -1,14 +1,20 @@ -object shop_floor +object inactive_shop_floor name tiles face shop_empty.x11 -type 68 +magicmap grey +smoothlevel 32 +smoothface shop_empty.x11 black_border_S.x11 randomitems random_shop no_pick 1 auto_apply 1 no_magic 1 is_floor 1 damned 1 -editable 64 -magicmap grey +end + +object shop_floor +name tiles +inherit inactive_shop_floor +type 68 end