From 89ce7a5c3aacf33762740a9f73e7c61860fd0d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sun, 23 Jul 2023 21:33:18 +0000 Subject: [PATCH] Wild cyclop loot fix --- CHANGELOG.md | 1 + assets/common/loot_tables/creature/biped_large/cyclops.ron | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da2610b16..fa3fea23f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed +- Fixed wild roaming cyclop loot table to not drop the quarry key ## [0.15.0] - 2023-07-01 diff --git a/assets/common/loot_tables/creature/biped_large/cyclops.ron b/assets/common/loot_tables/creature/biped_large/cyclops.ron index 1c32121320..ebfbe4f782 100644 --- a/assets/common/loot_tables/creature/biped_large/cyclops.ron +++ b/assets/common/loot_tables/creature/biped_large/cyclops.ron @@ -1,6 +1,6 @@ [ (1, All([ - Item("common.items.keys.quarry_keys.cyclops_eye"), + Item("common.items.crafting_ing.animal_misc.grim_eyeball"), MultiDrop(Item("common.items.mineral.ingot.iron"), 5, 10), MultiDrop(Item("common.items.utility.coins"), 200, 500), LootTable("common.loot_tables.dungeon.tier-4.miniboss"),