Make CRMC immune to ACID, fixes #851

This commit is contained in:
jacob1 2022-12-27 11:48:15 -05:00
parent d481bef647
commit 2a83d49979
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -26,7 +26,7 @@ void Element::Element_CRMC()
Flammable = 0;
Explosive = 0;
Meltable = 0;
Hardness = 5;
Hardness = 0;
Weight = 100;