ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/counterspell.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:47 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object counterspell
2 root 1.1 name counterspell
3 pippijn 1.2 face counterspell.x11
4 root 1.1 wc -30
5     speed 1
6 root 1.7 type 102
7     subtype 7
8     move_type fly_low
9     move_on walk fly_low
10 root 1.1 no_pick 1
11 root 1.8 magicmap light_blue
12 root 1.1 end
13 root 1.7