ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/house/inn.arc
Revision: 1.6
Committed: Tue Dec 23 17:16:21 2008 UTC (15 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.5: +0 -1 lines
Log Message:
removed blocksview from all houses.

File Contents

# User Rev Content
1 root 1.4 object inn
2 root 1.1 name inn
3     face inn.x11
4     type 66
5 root 1.5 client_type 25012
6     no_pick 1
7 root 1.1 editable 2
8 root 1.5 magicmap red
9 root 1.3 visibility 100
10 root 1.1 end
11 root 1.4 more
12     object inn_2
13 root 1.1 name inn
14     face inn.x11
15 root 1.5 x 1
16 root 1.3 type 66
17 root 1.5 no_pick 1
18 root 1.3 blocksview 1
19 root 1.5 magicmap red
20 root 1.3 visibility 100
21 root 1.1 end
22 root 1.5