mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix typo
This commit is contained in:
parent
3c61eebdb5
commit
4f022d05c0
@ -4,6 +4,6 @@
|
||||
MultiDrop(LootTable("common.loot_tables.cave_large"), 2, 3),
|
||||
],
|
||||
)),
|
||||
(0.6, LootTable("common.loot_tables.weapons.components.tier-2"), 1, 1),
|
||||
(0.6, LootTable("common.loot_tables.weapons.components.tier-2")),
|
||||
(0.2, Item("common.items.glider.morpho")),
|
||||
]
|
@ -4,6 +4,6 @@
|
||||
MultiDrop(LootTable("common.loot_tables.cave_large"), 2, 3),
|
||||
],
|
||||
)),
|
||||
(0.6, LootTable("common.loot_tables.weapons.components.tier-2"), 1, 1),
|
||||
(0.6, LootTable("common.loot_tables.weapons.components.tier-2")),
|
||||
(0.2, Item("common.items.glider.monarch")),
|
||||
]
|
@ -5,5 +5,5 @@
|
||||
MultiDrop(LootTable("common.loot_tables.cave_large"), 2, 3),
|
||||
],
|
||||
)),
|
||||
(0.3, LootTable("common.loot_tables.weapons.components.tier-2"), 1, 1),
|
||||
(0.3, LootTable("common.loot_tables.weapons.components.tier-2")),
|
||||
]
|
Loading…
Reference in New Issue
Block a user