ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Winter/spalms.arc
Revision: 1.9
Committed: Tue Nov 3 09:58:54 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.5 object spalms1
2 root 1.1 name snow covered palms
3 root 1.6 race /terrain/forest
4 pippijn 1.2 face spalms1.x11
5 root 1.9 magicmap green
6 root 1.1 type 67
7 root 1.6 move_on walk
8     move_slow walk
9     move_slow_penalty 2
10 root 1.1 no_pick 1
11     is_wooded 1
12     end
13    
14 root 1.5 object spalms2
15 root 1.1 name snow covered palms
16 root 1.6 race /terrain/forest
17 pippijn 1.2 face spalms2.x11
18 root 1.9 magicmap green
19 root 1.1 type 67
20 root 1.6 move_on walk
21     move_slow walk
22     move_slow_penalty 2
23 root 1.1 no_pick 1
24     is_wooded 1
25     end
26 root 1.6