mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Corrected scroll exchange rate
This commit is contained in:
parent
b53c005b0f
commit
f9d4cf83a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue