Make BGLA PROP_DEADLY (#964)

This commit is contained in:
ChromicQuanta 2024-12-14 15:51:40 +11:00 committed by jacob1
parent 68a8b055e3
commit 049d5d8b37
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -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_NEUTPASS | PROP_PHOTPASS | PROP_HOT_GLOW;
Properties = TYPE_PART | PROP_NEUTPASS | PROP_PHOTPASS | PROP_HOT_GLOW | PROP_DEADLY;
LowPressure = IPL;
LowPressureTransition = NT;