ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/door/odoor_2.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:16 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.3 object door_2
2 root 1.1 name door
3 pippijn 1.2 face odoor_2.x11
4 root 1.1 hp 400
5     exp 1
6     ac 10
7 root 1.3 level 1
8 root 1.1 type 23
9 root 1.4 materialname wood
10 root 1.3 randomitems door
11     move_block all
12     alive 1
13 root 1.1 no_pick 1
14 root 1.3 blocksview 1
15 root 1.1 editable 16
16 root 1.3 magicmap orange
17 root 1.1 end
18 root 1.3