diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-08 20:34:19 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-08 20:34:19 -0700 | 
| commit | 0e872ebcd6405414a0a0356dba3d804e6411a0dd (patch) | |
| tree | b6523ede0b9e9023ef6c785b0bd21e630db97f96 | |
| parent | Also add uncraft for 000 explosive slug shells. (diff) | |
| download | cataclysm-bn-mod_hk-loadout-0e872ebcd6405414a0a0356dba3d804e6411a0dd.tar.xz | |
That's chem_rdx, not rdx.
| -rw-r--r-- | json/uncraft/000shot.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json index fed4eb2..3ed28c6 100644 --- a/json/uncraft/000shot.json +++ b/json/uncraft/000shot.json @@ -86,7 +86,7 @@        [ [ "000shot_hull", 1 ] ],        [ [ "shotgun_primer", 1 ] ],        [ [ "gunpowder", 6 ] ], -      [ [ "rdx", 2 ] ] +      [ [ "chem_rdx", 2 ] ]      ],      "flags": [ "UNCRAFT_SINGLE_CHARGE" ]    }  | 
