ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/cmarsh.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:18 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.6 object cmarsh
2 root 1.1 name cold marsh
3 root 1.7 race /terrain/swamp
4 pippijn 1.2 face cmarsh.x11
5 root 1.1 type 67
6 root 1.7 smoothlevel 8
7     move_on walk
8     move_slow walk
9     move_slow_penalty 20
10     no_pick 1
11     is_floor 1
12     is_wooded 0
13     is_water 1
14 root 1.5 color_bg white
15 root 1.1 editable 8
16 root 1.8 magicmap green
17 pippijn 1.3 smoothface cmarsh.x11 empty_S.x11
18 root 1.1 end
19 root 1.7