ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/det_monster.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

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.3 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.1 name magic glow
10 pippijn 1.2 face det_magic.x11
11 root 1.3 food 3
12     speed 0.2
13     no_pick 1
14     is_used_up 1
15     see_anywhere 1
16     color_bg khaki
17     color_fg blue
18     editable 0
19 root 1.1 end
20 root 1.3