mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
b056cccb0c
- Rename LootSpec::None to LootSpec::Nothing to not confuse with Option - Warn on invalid item paths in loot tables
5 lines
50 B
Rust
5 lines
50 B
Rust
[
|
|
// No loot is dropped
|
|
(1.0, Nothing),
|
|
]
|