--- deliantra/arch/ground/grass.arc 2007/02/06 22:40:16 1.4 +++ deliantra/arch/ground/grass.arc 2007/03/03 00:49:51 1.5 @@ -1,34 +1,30 @@ -object grass -race /terrain/plains +Object grass face grass.x11 type 67 -smoothlevel 40 -move_block swim boat -move_on all -move_slow walk -move_slow_penalty 1 -no_pick 1 +race /terrain/plains +walk_on 1 is_floor 1 -is_wooded 1 color_fg green +no_pick 1 +slow_move 1 +is_wooded 1 editable 8 +smoothlevel 40 smoothface grass.x11 grass_S.x11 +move_block boat swim end - -object grass_only +Object grass_only name grass face grass.x11 type 67 -smoothlevel 40 -move_block swim boat -move_on all -move_slow walk -move_slow_penalty 1 -no_pick 1 +walk_on 1 is_floor 1 -is_wooded 1 color_fg green +no_pick 1 +slow_move 1 +is_wooded 1 editable 8 +smoothlevel 40 smoothface grass.x11 grass_S.x11 +move_block boat swim end -