arch/spell/Detect/det_monster.arc

15 lines
319 B
Plaintext

# Basically same as detect magic, but slower so the effect
# sticks around longer.
Object detect_monster
name magic glow
face det_magic.111
animation detect_monster
speed 0.2
is_used_up 1
no_pick 1
see_anywhere 1
food 3
# Because this has the monster flag set, it gets tossed in bestiaries.
exclude_from_readable 1
end