Skip to content

Commit

Permalink
acorn_roasted: remove duplicate entry for itype acorn_roasted
Browse files Browse the repository at this point in the history
There are two acorn_roasted entries in this file. The one removed is
defined prior to the itype it copies from (acorns). The remaining entry
is immediately following the definition of acorns, and can be loaded
without being deferred.
  • Loading branch information
OrenAudeles authored and kevingranade committed May 23, 2019
1 parent 6dfed79 commit e087975
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions data/json/items/comestibles/nuts.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,18 +261,6 @@
"flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
"fun": 1
},
{
"type": "COMESTIBLE",
"id": "acorn_roasted",
"name": "handful of roasted acorns",
"name_plural": "handfuls of roasted acorns",
"copy-from": "acorns",
"healthy": 1,
"description": "A handful of roasted nuts from a oak tree.",
"price": 90,
"flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
"fun": 1
},
{
"type": "COMESTIBLE",
"id": "hazelnut_unshelled",
Expand Down

0 comments on commit e087975

Please sign in to comment.