ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/grasspond.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 grasspond
2 root 1.1 name small pond
3     race /terrain/plains
4 pippijn 1.2 face grasspond.x11
5 root 1.9 magicmap green
6     smoothlevel 40
7     smoothface grasspond.x11 grass_S.x11
8 root 1.7 type 67
9     move_block swim boat
10     move_on walk
11 root 1.1 no_pick 1
12 root 1.7 is_floor 1
13 root 1.1 is_water 1
14     end
15 root 1.7