feat(stats): Ollie's Crash Course Rewards #1260

Merged
Sainan merged 1 commits from AMelonInsideLemon/SpaceNinjaServer:race-rewards into main 2025-03-21 03:40:20 -07:00
Contributor

Closes #1255

Closes #1255
AMelonInsideLemon added 1 commit 2025-03-21 03:29:18 -07:00
feat(stats): Ollie's Crash Course Rewards
All checks were successful
Build / build (22) (pull_request) Successful in 42s
Build / build (18) (pull_request) Successful in 1m10s
Build / build (20) (pull_request) Successful in 1m10s
41b34ec095
Closes #1255
Owner
playerStats[category] ??= 0;
if (!playerStats[category]) {

Might as well just write if (false) :^)

```ts playerStats[category] ??= 0; if (!playerStats[category]) { ``` Might as well just write `if (false)` :^)
Author
Contributor

you can't do inequalities with undefined 😭

you can't do inequalities with undefined 😭
Owner

Ah wait, I forgot that this isn't Lua. It's fine, I guess.

Ah wait, I forgot that this isn't Lua. It's fine, I guess.
Sainan merged commit 3c87dd56ca into main 2025-03-21 03:40:20 -07:00
Sainan deleted branch race-rewards 2025-03-21 03:40:21 -07:00
Sign in to join this conversation.
No description provided.