Skip to content

Commit

Permalink
Merge pull request #75965 from cknight828/chemist-gasoline
Browse files Browse the repository at this point in the history
Make the chemist receive actually 100L of gasoline
  • Loading branch information
Maleclypse authored Aug 27, 2024
2 parents 2851bdb + 1c4a4c1 commit abc7e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/npcs/cabin_chemist/chemist_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"//": "Gasoline is absurdly valuable post-apocalypse and they're asking for a lot of gasoline.",
"goal": "MGOAL_FIND_ITEM",
"item": "gasoline",
"count": 500,
"count": 100000,
"difficulty": 10,
"value": 1600000,
"value": 70000,
"origins": [ "ORIGIN_SECONDARY" ],
"followup": "MISSION_CABIN_CHEMIST_SET_TRADE_ROUTE",
"has_generic_rewards": true,
Expand Down

0 comments on commit abc7e27

Please sign in to comment.