veloren/assets/common/loot_tables/nothing.ron
juliancoffee b056cccb0c Hardened loot table handling
- Rename LootSpec::None to LootSpec::Nothing to not confuse with Option
- Warn on invalid item paths in loot tables
2021-09-27 15:09:22 +03:00

5 lines
50 B
Rust

[
// No loot is dropped
(1.0, Nothing),
]