Skip to content

Commit

Permalink
Increase max vitamin dose of alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed May 26, 2024
1 parent fc06edd commit 9e58e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/vitamin.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@
"name": { "str": "Alpha Primer" },
"excess": "mutagen_alpha",
"min": 0,
"max": 2500,
"max": 3200,
"rate": "1 h",
"disease_excess": [ [ 100, 500 ], [ 501, 2199 ], [ 2200, 2500 ] ]
"disease_excess": [ [ 100, 500 ], [ 501, 2199 ], [ 2200, 3200 ] ]
},
{
"id": "mutagen_batrachian",
Expand Down

0 comments on commit 9e58e8a

Please sign in to comment.