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

File Contents

# User Rev Content
1 root 1.3 object locked_door2
2     name locked door
3 root 1.1 slaying set_individual_value
4     msg
5     You need the special key to open this door.
6     endmsg
7 pippijn 1.2 face ldoor2.x11
8 root 1.1 type 20
9 root 1.3 move_block all
10 root 1.1 no_pick 1
11     no_magic 1
12     damned 1
13 root 1.3 editable 16
14     magicmap dark_orange
15 root 1.1 end
16 root 1.3