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

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