ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/hills.arc
Revision: 1.10
Committed: Tue Nov 3 09:48:48 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object hills
2 root 1.7 race /terrain/hills
3 pippijn 1.2 face hills.x11
4 root 1.9 magicmap khaki
5     smoothlevel 59
6     smoothface hills.x11 hills_S.x11
7 root 1.1 type 67
8 root 1.9 randomitems hills
9 root 1.7 move_block swim boat
10     move_on walk
11     move_slow walk
12     move_slow_penalty 3
13     no_pick 1
14     is_floor 1
15 root 1.5 is_hilly 1
16 root 1.8 treasure_env 1
17 root 1.1 end
18 root 1.7