Skip to content

Commit

Permalink
fixed duplicate pest count
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Aug 16, 2024
1 parent bdbac36 commit 8332f31
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ object PestProfitTracker {
val internalName = NEUInternalName.fromItemNameOrNull(group("item")) ?: return

tracker.addItem(internalName, 1)
addKill()
// pests always have guaranteed loot, therefore there's no need to add kill here
}
}
Expand Down

0 comments on commit 8332f31

Please sign in to comment.