From efc446325003725bfff8f52d4112853ed6e963d3 Mon Sep 17 00:00:00 2001 From: ShiggyPiggy Date: Thu, 12 Nov 2015 00:56:27 +0600 Subject: [PATCH] Added overdose to silicate Fixes https://github.com/d3athrow/vgstation13/issues/6376 --- code/modules/reagents/Chemistry-Reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 18d572ccd88..18cd267994f 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -793,6 +793,7 @@ description = "A compound that can be used to repair and reinforce glass." reagent_state = LIQUID color = "#C7FFFF" // rgb: 199, 255, 255 + overdose = REAGENTS_OVERDOSE /datum/reagent/oxygen name = "Oxygen"