Skip to content

Commit

Permalink
Merge pull request #96 from influenceth/text-fixes
Browse files Browse the repository at this point in the history
Fix mogul trait description.
  • Loading branch information
clexmond committed Jun 25, 2024
2 parents 6bbb6eb + f5a05b5 commit 572d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/crewmate.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const TRAITS = {
39: { name: 'Enterprising', type: TRAIT_TYPES.COSMETIC, description: 'You are resourceful and able to build on the ideas of others.' },
40: { name: 'Opportunistic', type: TRAIT_TYPES.COSMETIC, description: 'You believe in taking advantage of being in the right place at the right time.' },
41: { name: 'Buster', type: TRAIT_TYPES.IMPACTFUL, description: 'You have 2% increased propellant flow rate.' },
42: { name: 'Mogul', type: TRAIT_TYPES.IMPACTFUL, description: 'You have 1.6% increased fee enforcement on market orders.' },
42: { name: 'Mogul', type: TRAIT_TYPES.IMPACTFUL, description: 'You have 16% increased fee enforcement on market orders.' },
43: { name: 'Scholar', type: TRAIT_TYPES.IMPACTFUL, description: 'You have decreased time to next technology.' },
44: { name: 'Recycler', type: TRAIT_TYPES.IMPACTFUL, description: 'You have 10% decreased loss when deconstructing buildings.' },
45: { name: 'Mechanic', type: TRAIT_TYPES.IMPACTFUL, description: 'You have decreased cost for ship repair.' },
Expand Down

0 comments on commit 572d540

Please sign in to comment.