Skip to content

Commit

Permalink
Changed contains to in
Browse files Browse the repository at this point in the history
  • Loading branch information
jani270 committed Feb 5, 2024
1 parent e2ab915 commit ee2dd85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ object EstimatedItemValueCalculator {

var level = rawLevel
var multiplier = 1
if (onlyTierOnePrices.contains(rawName)) {
if (rawName in onlyTierOnePrices) {

when (rawLevel) {
2 -> multiplier = 2
Expand Down

0 comments on commit ee2dd85

Please sign in to comment.