mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fixing tests
This commit is contained in:
parent
d80a45a066
commit
e248e795a1
@ -59,11 +59,10 @@ pub enum LoadoutConfig {
|
||||
enum ItemSpec {
|
||||
/// One specific item.
|
||||
/// Example:
|
||||
/// `Item("common.items.armor.steel.foot")`
|
||||
/// Item("common.items.armor.steel.foot")
|
||||
Item(String),
|
||||
/// Choice from items with weights.
|
||||
/// Example:
|
||||
/// ```
|
||||
/// Choice([
|
||||
/// (1.0, Some(Item("common.items.lantern.blue_0"))),
|
||||
/// (1.0, None),
|
||||
|
Loading…
Reference in New Issue
Block a user