mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
add gp to lower prices
This commit is contained in:
@@ -96,7 +96,7 @@ public class Bot {
|
||||
} else if (price >= 1e3) {
|
||||
return df.format(Math.floor(price / 100) / 10) + "K";
|
||||
} else {
|
||||
return "" + price;
|
||||
return price + "gp";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user