mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/mindflayer-loot' into 'master'
Loot table hotfix See merge request veloren/veloren!2017
This commit is contained in:
commit
b205358fe1
@ -835,7 +835,7 @@ impl Floor {
|
||||
5 => Lottery::<String>::load_expect(
|
||||
match dynamic_rng.gen_range(0..4) {
|
||||
0 => "common.loot_tables.mindflayer",
|
||||
_ => "common.loot_tables.loot_table_cultists",
|
||||
_ => "common.loot_tables.loot_table_miniboss",
|
||||
},
|
||||
),
|
||||
_ => Lottery::<String>::load_expect(
|
||||
|
Loading…
Reference in New Issue
Block a user