9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
glider: Choice([
|
||
|
(1, Item("common.items.glider.moth")),
|
||
|
(1, Item("common.items.glider.morpho")),
|
||
|
(1, Item("common.items.glider.monarch")),
|
||
|
]),
|
||
|
)
|