Skip to content

Commit

Permalink
Update 10mm auto to use large pistol primers (cataclysmbnteam#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Jun 7, 2023
1 parent f6506dc commit 4dab0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/requirements/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"id": "ammo_10mm",
"type": "requirement",
"//": "Components required for 10mm Auto ammo",
"components": [ [ [ "10mm_casing", 1 ] ], [ [ "smpistol_primer", 1 ] ] ]
"components": [ [ [ "10mm_casing", 1 ] ], [ [ "lgpistol_primer", 1 ] ] ]
},
{
"id": "ammo_45colt",
Expand Down
2 changes: 1 addition & 1 deletion data/json/uncraft/ammo/10mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "uncraft",
"time": "5 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
"components": [ [ [ "lead", 2 ] ], [ [ "10mm_casing", 1 ] ], [ [ "smpistol_primer", 1 ] ], [ [ "gunpowder", 5 ] ] ],
"components": [ [ [ "lead", 2 ] ], [ [ "10mm_casing", 1 ] ], [ [ "lgpistol_primer", 1 ] ], [ [ "gunpowder", 5 ] ] ],
"charges": 1
}
]

0 comments on commit 4dab0a1

Please sign in to comment.