chaosvolt / cdda-arcana-mod

Arcana and Magic Items mod for Cataclysm: Dark Days Ahead
Other
158 stars 62 forks source link

[DDA] Duplicate entry in "stormbringer" #315

Closed nemesis688 closed 1 year ago

nemesis688 commented 1 year ago

The recent merge added "material": [ "qt_steel" ] at 2,472: instead of replacing the 'steel' with 'qt_steel' at line 2462

DEBUG : Error: Json error: S:/Games/Cataclysm DDA/dda/userdata/mods/Arcana/items/tools.json:2,472:16: duplicate entry in json object

"bashing": 15,
"cutting": 41,
"material":
           ^
            [ "qt_steel" ],
"color": "dark_gray",
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "essence_blood_type": 9 } } ],

FUNCTION : new_character_tab FILE : D:\a\Cataclysm-DDA\Cataclysm-DDA\src\main_menu.cpp LINE : 986 VERSION : e24ee5e

chaosvolt commented 1 year ago

Hecc, easy fix at least.