Skip to content

Commit

Permalink
fix(mods/no_hope): Inject to guns_pistol_common instead of `drugdea…
Browse files Browse the repository at this point in the history
…ler` (#5655)

Inject to `guns_pistol_common` instead of `drugdealer`

To account for #5635, moved to `guns_pistol_common`, as the items being injected are pistols.
  • Loading branch information
chrsrns authored Nov 3, 2024
1 parent 6be01a2 commit 50a154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/No_Hope/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
{
"type": "item_group",
"id": "drugdealer",
"id": "guns_pistol_common",
"magazine": 100,
"ammo": 50,
"items": [
Expand Down

0 comments on commit 50a154d

Please sign in to comment.