ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/diseased_needle.arc
Revision: 1.4
Committed: Tue Feb 6 22:39:57 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +17 -16 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object trap_diseased_needle
2 root 1.1 name diseased needle
3     msg
4     You are pricked by a needle!
5     endmsg
6 root 1.4 face needle.x11
7     is_animated 0
8     cha 20
9     hp 1
10     dam 10
11     speed 1
12     level 1
13     type 154
14     attacktype 1
15     invisible 1
16     randomitems diseased_needle
17     move_on all
18     no_pick 1
19     editable 32
20     magicmap black
21 root 1.1 anim
22 pippijn 1.3 needle.x11
23     needle.x11
24 root 1.1 mina
25     end
26 root 1.4