ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/transport/s_ship.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:29 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +18 -17 lines
Log Message:
second normaliser run - dude

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.1 editable 2
10 root 1.6 magicmap grey
11 root 1.4 visibility 100
12 root 1.1 end
13 root 1.5 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.6 type 66
19     move_block boat
20     move_allow walk
21 root 1.4 no_pick 1
22 root 1.6 magicmap grey
23 root 1.4 visibility 100
24 root 1.1 end
25 root 1.5 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.6 type 66
31     move_block boat
32     move_allow walk
33 root 1.4 no_pick 1
34 root 1.6 magicmap grey
35 root 1.4 visibility 100
36 root 1.1 end
37 root 1.5 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.6 type 66
44     move_block boat
45     move_allow walk
46 root 1.4 no_pick 1
47 root 1.6 magicmap grey
48 root 1.4 visibility 100
49 root 1.1 end
50 root 1.6