summaryrefslogtreecommitdiff
path: root/ammo-06_fix-bp-scrap-not-being-bp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ammo-06_fix-bp-scrap-not-being-bp.patch')
-rw-r--r--ammo-06_fix-bp-scrap-not-being-bp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ammo-06_fix-bp-scrap-not-being-bp.patch b/ammo-06_fix-bp-scrap-not-being-bp.patch
new file mode 100644
index 0000000..6fd1740
--- /dev/null
+++ b/ammo-06_fix-bp-scrap-not-being-bp.patch
@@ -0,0 +1,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" ] }
+ },
+ {