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

File Contents

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