feat: implement CreditBundle purchases #989
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "neon/SpaceNinjaServer:credit-bundles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes purchasing one of the few bundles that include these credit bundles. Ex: Essential Damage mod bundles
cd6f773ec1
toaf7df53799
does it not work to add the 2 bundles here?
export const creditBundles:
why? the game already provides them
plus they are only used in market purchases so there is no need to define them somewhere
creditBundles
is a map defined in missionInventoryUpdateService. You should use it instead of doing this crap.Sainan referenced this pull request2025-02-22 16:47:00 -08:00
I'm pretty sure the logic as you have it now does not work.
@OrdisPrime what is your new discord account, i want to send you a message
oh yeah lol i forgot it needs to use internal name, now it works
Closes #990. Sorry for my hesitation, but I do feel like this should eventually use ExportMisc.creditBundles from PE+.
no worries, in this case i just followed what ordis said :)