Add pedestals under the grates to not crush players. Move pedestals under the ground.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@22035 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
2ba63b522d
commit
8be513f3ea
|
@ -1,3 +1,6 @@
|
|||
2021-03-11 Nicolas Weeger
|
||||
* darcap/darcap/library_ground: Add pedestals under the grates to not crush players. Move pedestals under the ground.
|
||||
|
||||
2021-02-23 Nicolas Weeger
|
||||
* scorn/misc/castle,
|
||||
* scorn/misc/castle2: Make quest rewards identified.
|
||||
|
|
|
@ -9,7 +9,7 @@ enter_x 18
|
|||
enter_y 9
|
||||
msg
|
||||
Created: 2010-03-07 Nicolas Weeger
|
||||
Modified: 2013-09-13 Kevin Zheng
|
||||
Modified: 2021-03-11 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch grass
|
||||
|
@ -1724,10 +1724,6 @@ arch woodlarge
|
|||
x 13
|
||||
y 8
|
||||
end
|
||||
arch woodlarge
|
||||
x 13
|
||||
y 9
|
||||
end
|
||||
arch pedestal
|
||||
x 13
|
||||
y 9
|
||||
|
@ -1736,7 +1732,7 @@ connected 1
|
|||
end
|
||||
arch woodlarge
|
||||
x 13
|
||||
y 10
|
||||
y 9
|
||||
end
|
||||
arch pedestal
|
||||
x 13
|
||||
|
@ -1746,6 +1742,10 @@ connected 1
|
|||
end
|
||||
arch woodlarge
|
||||
x 13
|
||||
y 10
|
||||
end
|
||||
arch woodlarge
|
||||
x 13
|
||||
y 11
|
||||
end
|
||||
arch woodlarge
|
||||
|
@ -1852,6 +1852,12 @@ arch white_wall_1_2
|
|||
x 14
|
||||
y 8
|
||||
end
|
||||
arch pedestal
|
||||
x 14
|
||||
y 9
|
||||
invisible 1
|
||||
connected 1
|
||||
end
|
||||
arch woodlarge
|
||||
x 14
|
||||
y 9
|
||||
|
@ -1861,6 +1867,12 @@ x 14
|
|||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch pedestal
|
||||
x 14
|
||||
y 10
|
||||
invisible 1
|
||||
connected 1
|
||||
end
|
||||
arch woodlarge
|
||||
x 14
|
||||
y 10
|
||||
|
|
Loading…
Reference in New Issue