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

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