Skip to content

Commit

Permalink
Allow doctors to trade without running out of space (#62677)
Browse files Browse the repository at this point in the history
The Tacoma ranch doctor rapidly runs out of space when you are paying for operations. If they are given a shopkeeper item group, then they don't run out of space.

See #62673
  • Loading branch information
dkristoffersson authored Dec 11, 2022
1 parent 047902f commit 919632b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/json/npcs/classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"bonus_str": { "rng": [ -2, 0 ] },
"bonus_int": { "rng": [ 0, 2 ] },
"bonus_per": { "one_in": 4 },
"shopkeeper_item_group": "NC_DOCTOR_misc",
"skills": [
{ "skill": "ALL", "level": { "mul": [ { "one_in": 3 }, { "sum": [ { "dice": [ 3, 2 ] }, { "rng": [ -1, -3 ] } ] } ] } },
{ "skill": "firstaid", "bonus": { "rng": [ 2, 6 ] } }
Expand Down

0 comments on commit 919632b

Please sign in to comment.