Add chest style map.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21586 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
244452735e
commit
8d9a295239
|
@ -1,3 +1,6 @@
|
||||||
|
2020-12-02 Nicolas Weeger
|
||||||
|
* styles/cheststyles: Add map with available chests for random maps. This will allow removing hardcoded list in the server code.
|
||||||
|
|
||||||
2020-10-20 Daniel Hawkins
|
2020-10-20 Daniel Hawkins
|
||||||
* scorn/houses/tannery: Fix flagstone tile in entrance area that doesn't prevent casting.
|
* scorn/houses/tannery: Fix flagstone tile in entrance area that doesn't prevent casting.
|
||||||
* maps/python/quests/QuestAdvance.py: Bail when no player is provided. Avoids a core dump from the attempt to run the script in some scenarios.
|
* maps/python/quests/QuestAdvance.py: Bail when no player is provided. Avoids a core dump from the attempt to run the script in some scenarios.
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
arch map
|
||||||
|
name chests
|
||||||
|
width 4
|
||||||
|
height 4
|
||||||
|
msg
|
||||||
|
Created: 2020-12-02 Nicolas Weeger
|
||||||
|
Modified: 2020-12-02 Nicolas Weeger
|
||||||
|
endmsg
|
||||||
|
end
|
||||||
|
arch chest
|
||||||
|
end
|
||||||
|
arch chest_blue
|
||||||
|
y 1
|
||||||
|
end
|
||||||
|
arch chest_green
|
||||||
|
x 1
|
||||||
|
end
|
||||||
|
arch chest_pink
|
||||||
|
x 1
|
||||||
|
y 1
|
||||||
|
end
|
||||||
|
arch chest_red
|
||||||
|
x 2
|
||||||
|
end
|
||||||
|
arch chest_yellow
|
||||||
|
x 3
|
||||||
|
end
|
Loading…
Reference in New Issue