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