mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
Let NEUT pass through BGLA
GLAS does this, there's no reason for BGLA to not do it also.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user