ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/det_monster.arc
Revision: 1.9
Committed: Sun Mar 11 00:19:47 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +0 -1 lines
Log Message:
normalise color_bg to devnull

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     food 3
12 root 1.3 speed 0.2
13 root 1.7 no_pick 1
14 root 1.5 is_used_up 1
15 root 1.3 see_anywhere 1
16     editable 0
17 root 1.8 magicmap blue
18 root 1.1 end
19 root 1.7