ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/transport/s_ship.arc
Revision: 1.7
Committed: Tue Nov 3 09:49:51 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.6: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.5 object s_ship
2 root 1.1 name Ship
3 root 1.6 face s_ship.x11
4 root 1.4 type 66
5 root 1.6 client_type 25012
6     move_block boat
7     move_allow walk
8 root 1.4 no_pick 1
9 root 1.6 magicmap grey
10 root 1.4 visibility 100
11 root 1.1 end
12 root 1.5 more
13     object s_ship2
14 root 1.1 name big galleon
15 pippijn 1.2 face s_ship.x11
16 root 1.1 x 1
17 root 1.6 type 66
18     move_block boat
19     move_allow walk
20 root 1.4 no_pick 1
21 root 1.6 magicmap grey
22 root 1.4 visibility 100
23 root 1.1 end
24 root 1.5 more
25     object s_ship3
26 root 1.1 name big galleon
27 pippijn 1.2 face s_ship.x11
28 root 1.1 y 1
29 root 1.6 type 66
30     move_block boat
31     move_allow walk
32 root 1.4 no_pick 1
33 root 1.6 magicmap grey
34 root 1.4 visibility 100
35 root 1.1 end
36 root 1.5 more
37     object s_ship4
38 root 1.1 name big galleon
39 pippijn 1.2 face s_ship.x11
40 root 1.1 x 1
41     y 1
42 root 1.6 type 66
43     move_block boat
44     move_allow walk
45 root 1.4 no_pick 1
46 root 1.6 magicmap grey
47 root 1.4 visibility 100
48 root 1.1 end
49 root 1.6