From 5ca79945f0a31b61c42b3a8671a7e3a1ee45c818 Mon Sep 17 00:00:00 2001 From: Cong Date: Fri, 21 Jul 2023 23:22:46 +1000 Subject: [PATCH] Fix gas bombs ammo icon (fixes #795) --- data/ammo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ammo.json b/data/ammo.json index 844442f18..db005490d 100644 --- a/data/ammo.json +++ b/data/ammo.json @@ -96,7 +96,7 @@ "Name": "Gas bombs", "Pic": { "Type": "Normal", - "Pic": "confusion_grenade" + "Pic": "gas_grenade_pickup" }, "Sound": "grenade_pickup", "Amount": 5,