ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/diseased_needle.arc
Revision: 1.7
Committed: Sat Mar 3 00:49:34 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.6: +16 -17 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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