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

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 editable 2
10 magicmap grey
11 visibility 100
12 end
13 more
14 object s_ship2
15 name big galleon
16 face s_ship.x11
17 x 1
18 type 66
19 move_block boat
20 move_allow walk
21 no_pick 1
22 magicmap grey
23 visibility 100
24 end
25 more
26 object s_ship3
27 name big galleon
28 face s_ship.x11
29 y 1
30 type 66
31 move_block boat
32 move_allow walk
33 no_pick 1
34 magicmap grey
35 visibility 100
36 end
37 more
38 object s_ship4
39 name big galleon
40 face s_ship.x11
41 x 1
42 y 1
43 type 66
44 move_block boat
45 move_allow walk
46 no_pick 1
47 magicmap grey
48 visibility 100
49 end
50