From 05997262808becead91219b67428bfd368594b32 Mon Sep 17 00:00:00 2001 From: UncomfySilence Date: Tue, 9 Nov 2021 22:40:25 +0100 Subject: [PATCH] + Fixed pathing for coal in T0 boss loot table, was mineral.coal is mineral.ore.coal now --- assets/common/loot_tables/dungeon/tier-0/boss.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/common/loot_tables/dungeon/tier-0/boss.ron b/assets/common/loot_tables/dungeon/tier-0/boss.ron index 937f973a55..98f8b5661c 100644 --- a/assets/common/loot_tables/dungeon/tier-0/boss.ron +++ b/assets/common/loot_tables/dungeon/tier-0/boss.ron @@ -10,6 +10,6 @@ (2.0, Item("common.items.armor.misc.head.straw")), // Indirect crafting materials for T2 gear (1.0, ItemQuantity("common.items.crafting_ing.sticky_thread", 2, 5)), - (1.0, ItemQuantity("common.items.mineral.coal", 2, 5)), + (1.0, ItemQuantity("common.items.mineral.ore.coal", 2, 5)), (1.0, ItemQuantity("common.items.crafting_ing.leather.leather_strips", 2, 5)), ] \ No newline at end of file