ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/det_monster.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:30 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.10: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.1 # Basically same as detect magic, but slower so the effect
2     # sticks around longer.
3 root 1.6 object detect_monster
4 root 1.4 anim
5     det_magic.x11
6     det_magic.x12
7     det_magic.x13
8     mina
9 root 1.7 name magic glow
10     face det_magic.x11
11 root 1.11 magicmap blue
12 root 1.7 food 3
13 root 1.3 speed 0.2
14 root 1.7 no_pick 1
15 root 1.5 is_used_up 1
16 root 1.3 see_anywhere 1
17 root 1.1 end
18 root 1.7