ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/marsh.arc
Revision: 1.12
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.11: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.7 object marsh
2 root 1.8 race /terrain/swamp
3 pippijn 1.3 face marsh.x11
4 root 1.11 magicmap green
5     smoothlevel 9
6     smoothface marsh.x11 marsh_S.x11
7 root 1.1 type 67
8 root 1.8 move_block swim boat
9     move_on walk
10     move_slow walk
11     move_slow_penalty 15
12     no_pick 1
13     is_floor 1
14     is_wooded 1
15     is_water 1
16 root 1.1 end
17 root 1.8