Add sea_route arch
Sea routes are indistinguishable from normal sea tiles, except for the arch name. This helps roll-o-matic distinguish between sea routes and plain old sea tiles. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20965 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
6ecff90b8a
commit
130206ab49
|
@ -28,6 +28,22 @@ smoothlevel 20
|
|||
client_anim_sync 1
|
||||
anim_speed 5
|
||||
end
|
||||
Object sea_route
|
||||
name sea
|
||||
face sea.111
|
||||
animation sea
|
||||
smoothface sea.111 sea_S.111
|
||||
smoothface sea.112 sea_S.112
|
||||
smoothface sea.113 sea_S.113
|
||||
smoothface sea.114 sea_S.114
|
||||
move_block all -boat
|
||||
no_pick 1
|
||||
is_water 1
|
||||
is_floor 1
|
||||
smoothlevel 20
|
||||
client_anim_sync 1
|
||||
anim_speed 5
|
||||
end
|
||||
Object sea_nw
|
||||
name sea
|
||||
face sea_nw.111
|
||||
|
|
Loading…
Reference in New Issue