From c7e970629536bd647c1ea68e785344f6dabb5137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Tue, 10 May 2022 14:25:54 +0200 Subject: [PATCH] Let NEUT pass through BGLA GLAS does this, there's no reason for BGLA to not do it also. --- src/simulation/elements/BGLA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/BGLA.cpp b/src/simulation/elements/BGLA.cpp index 66a5c7f76..729fd4804 100644 --- a/src/simulation/elements/BGLA.cpp +++ b/src/simulation/elements/BGLA.cpp @@ -29,7 +29,7 @@ void Element::Element_BGLA() HeatConduct = 150; Description = "Broken Glass, heavy particles formed when glass breaks under pressure. Meltable. Bagels."; - Properties = TYPE_PART | PROP_HOT_GLOW; + Properties = TYPE_PART | PROP_NEUTPASS | PROP_HOT_GLOW; LowPressure = IPL; LowPressureTransition = NT;