Skip to content

Commit

Permalink
More buy stuff
Browse files Browse the repository at this point in the history
If this doesn't work I'll revert it
  • Loading branch information
YoctoProductions committed Dec 21, 2024
1 parent 15c0049 commit f49d6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function buyFormats(amount: number) {

if(amount === 0) return '0';

const values = ['<5', '<10', '10+', '20+', '50+', '100+', '200+', '500+', '1K+', '2K+', '5K+', '10K+', '20K+', '50K+', '100K+', '200K+', '500K+', '1M+', '2M+', '5M+', '10M+'];
const values = ['<3', '<5', '<10', '10+', '20+', '30+', '40+', '50+', '60+', '70+', '80+', '90+', '100+', '200+', '300+', '400+', '500+', '600+', '700+', '800+', '900+', '1K+', '2K+', '3K+', '4K+', '5K+', '6K+', '7K+', '8K+', '9K+', '10K+', '15K+', '20K+', '25K+', '30K+', '35K+', '40K+', '45K+', '50K+', '55K+', '60K+', '65K+', '70K+', '75K+', '80K+', '85K+', '90K+', '95K+', '100K+', '105K+', '110K+', '115K+', '120K+', '125K+', '130K+', '135K+', '140K+', '145K+', '150K+', '155K+', '160K+', '165K+', '170K+', '175K+', '180K+', '185K+', '190K+', '195K+', '200K+', '500K+', '1M+', '2M+', '5M+', '10M+'];

const amountToNumber = (val: string) => {
const num = parseFloat(val.replace(/[<+KM]/g, ''));
Expand Down
2 changes: 1 addition & 1 deletion client/src/ui/modals/ChangelogModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ChangelogModal() {
<h1 style={{fontSize: 25}}>Winter Event (Part 2)</h1>
<ul>- 12 New Skins! (7 are event skins!)</ul>
<ul>- Even better sales for the Skin Sale!</ul>
<ul>- Updated shop UI!</ul>
<ul>- New shop UI + better buy counters!</ul>
</div>

);
Expand Down

0 comments on commit f49d6f7

Please sign in to comment.