Skip to content

Commit

Permalink
let reins_tackle spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
curstwist committed Jan 30, 2020
1 parent 77d2679 commit 1a2ed02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion data/json/itemgroups/mall_item_groups.json
Expand Up @@ -166,7 +166,10 @@
[ "backpack_leather", 7 ],
[ "pants_leather", 20 ],
[ "bikini_top_leather", 20 ],
[ "jacket_leather", 5 ]
[ "jacket_leather", 5 ],
[ "horse_tack", 5 ],
[ "yoke_harness", 5 ],
[ "reins_tackle", 5 ]
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/itemgroups/misc.json
Expand Up @@ -147,6 +147,6 @@
"id": "horse_gear",
"type": "item_group",
"//": "Horse vehicle items",
"items": [ [ "horse_tack", 50 ], [ "yoke_harness", 50 ] ]
"items": [ [ "horse_tack", 50 ], [ "yoke_harness", 50 ], [ "reins_tackle", 50 ] ]
}
]

0 comments on commit 1a2ed02

Please sign in to comment.