From deb0b0dd390aaa4922cbb92c736a49e0ad82d682 Mon Sep 17 00:00:00 2001 From: Dacendeth Date: Mon, 27 Apr 2020 18:03:37 -0400 Subject: [PATCH] bio lightning does electric instead of stab (#39949) --- data/json/items/gun/bio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/gun/bio.json b/data/json/items/gun/bio.json index 1e902e1faa9d4..5f225f88411b2 100644 --- a/data/json/items/gun/bio.json +++ b/data/json/items/gun/bio.json @@ -78,7 +78,7 @@ "color": "magenta", "skill": "rifle", "range": 10, - "ranged_damage": { "damage_type": "stab", "amount": 16 }, + "ranged_damage": { "damage_type": "electric", "amount": 16 }, "dispersion": 10, "durability": 10, "loudness": 10,