Skip to content

Commit

Permalink
Fix another mutant meat exploit (#35691)
Browse files Browse the repository at this point in the history
* Jerky no longer cooks_like cooked meat

* Remove proportional price

Updated price entry as well, to keep jerky at $3.20.
  • Loading branch information
Davi-DeGanne authored and ZhilkinSerg committed Nov 24, 2019
1 parent 1cfde66 commit 98f4b5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/json/items/comestibles/carnivore.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
},
{
"id": "jerky",
"copy-from": "meat",
"copy-from": "flesh",
"type": "COMESTIBLE",
"name": "meat jerky",
"name_plural": "meat jerky",
Expand All @@ -354,13 +354,12 @@
"volume": "250 ml",
"charges": 2,
"parasites": 0,
"healthy": 0,
"price": 320,
"quench": -5,
"fun": 4,
"calories": 348,
"vitamins": [ [ "vitA", 0 ], [ "vitC", 0 ], [ "calcium", 2 ], [ "iron", 26 ], [ "vitB", 35 ] ],
"flags": "NO_CRAFT_INHERIT",
"proportional": { "price": 0.64 }
"flags": "NO_CRAFT_INHERIT"
},
{
"id": "salted_fish",
Expand Down

0 comments on commit 98f4b5c

Please sign in to comment.