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

File Contents

# User Rev Content
1 root 1.3 object gen_mushroom
2     name mouldy patch
3 pippijn 1.2 face gen_mushroom.x11
4 root 1.3 hp 1
5     maxhp 1
6 root 1.1 exp 1
7     ac 25
8     speed -1.0
9 root 1.3 level 1
10 root 1.1 invisible 1
11 root 1.3 randomitems random_mushroom
12     alive 1
13     no_pick 1
14 root 1.1 is_used_up 1
15 root 1.3 color_fg black
16 root 1.1 editable 9
17     end
18 root 1.3