12 lines
299 B
HTML
12 lines
299 B
HTML
{% include "components/common/only-tracked-filter.html" %}
|
|
<br />
|
|
{% include "components/common/kind-filters.html" %}
|
|
<br />
|
|
|
|
{% for drop in drops %}
|
|
{% call macros::drop("shard") %}
|
|
{% call macros::drop("stone") %}
|
|
{% call macros::drop("gem") %}
|
|
{% call macros::drop("crystal") %}
|
|
{% endfor %}
|