ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/incontinence.arc
Revision: 1.8
Committed: Fri Apr 9 02:36:26 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.7: +1 -1 lines
Log Message:
renumber SYMPTOM, remove type 140

File Contents

# User Rev Content
1 root 1.5 object incontinence
2 root 1.1 name lack of bladder control
3 root 1.6 race *
4     msg
5     You can't control your bladder. You have a
6     messy accident. Yuck!
7     endmsg
8 root 1.1 other_arch reeking_urine
9     maxhp 1
10 root 1.6 maxsp 0
11     maxgrace 20
12     exp 100
13 root 1.4 dam 0
14 root 1.6 wc 0
15 root 1.7 speed -0.001
16 root 1.6 level 5
17 root 1.8 type 107
18 root 1.6 attacktype 1
19     invisible 1
20     magic 0
21 root 1.1 last_sp 0
22     last_eat 0
23     end
24 root 1.6
25 root 1.5 object reeking_urine
26 root 1.1 name reeking puddle of urine
27 pippijn 1.2 face residue.x11
28 root 1.1 food 1
29 root 1.6 type 72
30 root 1.1 weight 20
31     end
32 root 1.6