--- deliantra/arch/floor/slate.arc 2007/02/06 22:40:06 1.4 +++ deliantra/arch/floor/slate.arc 2007/03/03 00:49:42 1.5 @@ -1,30 +1,31 @@ -object blackslate +Object blackslate face slate_b.x11 -smoothlevel 30 no_pick 1 is_floor 1 editable 8 -magicmap grey +smoothlevel 30 smoothface slate_b.x11 empty_S.x11 +magicmap grey end -object redslate -face slate_r.x11 -smoothlevel 30 +Object whiteslate +face slate_w.x11 no_pick 1 is_floor 1 editable 8 +smoothlevel 30 +smoothface slate_w.x11 empty_S.x11 magicmap grey -smoothface slate_r.x11 empty_S.x11 end -object whiteslate -face slate_w.x11 -smoothlevel 30 +Object redslate +face slate_r.x11 no_pick 1 is_floor 1 editable 8 +smoothlevel 30 +smoothface slate_r.x11 empty_S.x11 magicmap grey -smoothface slate_w.x11 empty_S.x11 end +