summaryrefslogtreecommitdiff
path: root/ammo-06_fix-bp-scrap-not-being-bp.patch
blob: 6fd174009cc01d99808d68742298a8bf4afdd0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/data/json/items/ammo/shot.json
+++ b/data/json/items/ammo/shot.json
@@ -156,7 +156,7 @@
     "type": "AMMO",
     "name": { "str": "00 shot, black powder, scrap loaded" },
     "proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8 } },
-    "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE" ] },
+    "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
     "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
   },
   {