From 27c06118cbaa130828f299736d482c14a0288596 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 13 Dec 2017 18:13:29 -0200 Subject: [PATCH] Merge pull request #33478 from ACCount12/another_explosion_fix Fixes yet another chem explosion throwing warnings --- code/modules/reagents/chemistry/recipes/pyrotechnics.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm index c6cc360758..0e645e3798 100644 --- a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm +++ b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm @@ -381,7 +381,6 @@ name = "Teslium Destabilization" id = "teslium_lightning" required_reagents = list("teslium" = 1, "water" = 1) - results = list("destabilized_teslium" = 1) strengthdiv = 100 modifier = -100 mix_message = "The teslium starts to spark as electricity arcs away from it!"