Fix spelling of grafting functions

This commit is contained in:
Jesse Clark 2022-03-29 14:34:48 -07:00 committed by GitHub
parent cde6eca6b5
commit fcc121cc21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -389,8 +389,8 @@ export const RamCosts: IMap<any> = {
}, },
grafting: { grafting: {
getAugmentationCraftPrice: 3.75, getAugmentationGraftPrice: 3.75,
getAugmentationCraftTime: 3.75, getAugmentationGraftTime: 3.75,
graftAugmentation: 7.5, graftAugmentation: 7.5,
}, },