Add Infinite Platinum Option #346

Closed
VampireKitten wants to merge 12 commits from vamp-dev into main
VampireKitten commented 2024-06-21 13:07:07 -07:00 (Migrated from github.com)

Adds an infinite Platinum option on the config (and credit controller's associated logic) to give players the option to have infinite premium currency for in-game cosmetics while still needing to farm credits and other resources.

Adds an infinite Platinum option on the config (and credit controller's associated logic) to give players the option to have infinite premium currency for in-game cosmetics while still needing to farm credits and other resources.
Sainan approved these changes 2024-06-21 13:43:33 -07:00
VampireKitten commented 2024-06-29 06:15:05 -07:00 (Migrated from github.com)

If there's anything else that should be done before this is merged, please kindly inform me.

If there's anything else that should be done before this is merged, please kindly inform me.
OrdisPrime (Migrated from github.com) reviewed 2024-07-01 03:30:31 -07:00
@ -27,0 +29,4 @@
RegularCredits: inventory.RegularCredits,
TradesRemaining: inventory.TradesRemaining,
PremiumCreditsFree: 999999999,
PremiumCredits: 999999999
OrdisPrime (Migrated from github.com) commented 2024-07-01 03:30:31 -07:00

formatting - are you not using prettier?

formatting - are you not using prettier?
OrdisPrime commented 2024-07-01 03:41:14 -07:00 (Migrated from github.com)

infinite resources and infinite platinum both contain infinite platinum.
I would change that.

Also you will need to resolve the merge conflict, it's not rocket science, you got this.

infinite resources and infinite platinum both contain infinite platinum. I would change that. Also you will need to resolve the merge conflict, it's not rocket science, you got this.

Pull request closed

Sign in to join this conversation.
No description provided.