diff --git a/ChangeLog b/ChangeLog index 1bb76e7ed..2375e5be4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * 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. diff --git a/styles/cheststyles/standard b/styles/cheststyles/standard new file mode 100644 index 000000000..151e11511 --- /dev/null +++ b/styles/cheststyles/standard @@ -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