From 580e87e23bfadbdd41280e87f631968d49ed4142 Mon Sep 17 00:00:00 2001 From: nokele Date: Fri, 27 Nov 2020 21:02:45 -0500 Subject: [PATCH 1/2] Update items.dm --- code/modules/crafting/items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/crafting/items.dm b/code/modules/crafting/items.dm index 0a544f277..2e2f99d22 100644 --- a/code/modules/crafting/items.dm +++ b/code/modules/crafting/items.dm @@ -1222,7 +1222,7 @@ /obj/item/prefabs/complex/eburst/simple name = "Single Stream" - burst_mod = 1 + burst_mod = 0 complexity = 25 /obj/item/prefabs/complex/eburst/dual From 3cee2185eb7f2655596703ecd4ba3f2734ca1608 Mon Sep 17 00:00:00 2001 From: nokele Date: Fri, 27 Nov 2020 22:44:10 -0500 Subject: [PATCH 2/2] Update items.dm --- code/modules/crafting/items.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/crafting/items.dm b/code/modules/crafting/items.dm index 2e2f99d22..f97ffe187 100644 --- a/code/modules/crafting/items.dm +++ b/code/modules/crafting/items.dm @@ -1228,6 +1228,7 @@ /obj/item/prefabs/complex/eburst/dual name = "Dual Stream" burst_mod = 1 + burst_delay_mod = -0.5 complexity = 75 /obj/item/prefabs/complex/eburst/fast @@ -1239,6 +1240,7 @@ /obj/item/prefabs/complex/eburst/triple name = "Triple Stream" burst_mod = 2 + burst_delay_mod = -0.5 complexity = 100 /obj/item/prefabs/complex/ecell