ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/transport/rowboat.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: +13 -12 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object rowboat
2     face rowboat.x11
3 root 1.1 type 66
4 root 1.3 client_type 25012
5     move_block boat
6     move_allow walk
7     no_pick 1
8 root 1.1 color_fg brown
9     editable 2
10     visibility 100
11     end
12 root 1.3 more
13     object rowboat_2
14 root 1.1 name rowboat
15 pippijn 1.2 face rowboat.x11
16 root 1.1 x 1
17 root 1.3 type 66
18     move_block boat
19     move_allow walk
20 root 1.1 no_pick 1
21 root 1.3 color_fg brown
22 root 1.1 visibility 100
23     end
24 root 1.3