Skip to content

Commit

Permalink
🐛 Fix another incorrect specie credit value
Browse files Browse the repository at this point in the history
  • Loading branch information
rster2002 committed Aug 10, 2024
1 parent 497b49f commit cf1d3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/exobiology/models/species.rs
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ impl Species {

Species::ReceptaUmbrux => 12_934_900,
Species::ReceptaDeltahedronix => 16_202_800,
Species::ReceptaConditivus => 143_133_700,
Species::ReceptaConditivus => 14_313_370,

Species::StratumExcutitus => 2_448_900,
Species::StratumPaleas => 1_362_000,
Expand Down

0 comments on commit cf1d3fc

Please sign in to comment.