Skip to content

Commit

Permalink
Fix a TOB CA (#5412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Redquaker authored Oct 10, 2023
1 parent af77e66 commit 385acc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/combat_achievements/grandmaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [
monster: 'Theatre of Blood',
rng: {
chancePerKill: 50,
hasChance: data => data.type === 'TheatreOfBlood' && (data as TheatreOfBloodTaskOptions).hardMode
hasChance: 'TheatreOfBlood'
}
},
{
Expand Down

0 comments on commit 385acc9

Please sign in to comment.