diff --git a/src/structures/SimpleMonster.ts b/src/structures/SimpleMonster.ts index f851b8560..277ae6cb0 100644 --- a/src/structures/SimpleMonster.ts +++ b/src/structures/SimpleMonster.ts @@ -64,7 +64,7 @@ export default class SimpleMonster extends Monster { loot.add("Larran's key"); } } - if (options.inCatacombs && this.data.hitpoints) { + if (options.inCatacombs && this.data.hitpoints && !canGetLarranKey) { if (roll(getAncientShardChanceFromHP(this.data.hitpoints))) { loot.add('Ancient shard'); }