From e0879754726993889ba5269a42d60a9540d4daa6 Mon Sep 17 00:00:00 2001 From: Oren Audeles Date: Wed, 22 May 2019 12:32:26 -0500 Subject: [PATCH] acorn_roasted: remove duplicate entry for itype acorn_roasted 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. --- data/json/items/comestibles/nuts.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data/json/items/comestibles/nuts.json b/data/json/items/comestibles/nuts.json index bb48ea83b13d4..c320ab1217a91 100644 --- a/data/json/items/comestibles/nuts.json +++ b/data/json/items/comestibles/nuts.json @@ -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",