Corrected scroll exchange rate
This commit is contained in:
@@ -79,7 +79,7 @@ object BogrogPouchSwapper {
|
||||
if(item == null) item = SummoningPouch.get(SummoningScroll.forItemId(itemID)?.pouch ?: -1).also { isScroll = true }
|
||||
item ?: return 0.0
|
||||
var shardQuantity = item.items[item.items.size - 1].amount * 0.7
|
||||
if(isScroll) shardQuantity /= 10.0
|
||||
if(isScroll) shardQuantity /= 20.0
|
||||
return shardQuantity
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user