mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 04:42:23 +00:00
- 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),
|
|
]
|