diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-28 11:28:16 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-28 11:28:16 (GMT) |
| commit | 86fc8e1eb31ed72ab02d7d1cee37fd5c9bbdfdb0 (patch) | |
| tree | 263f3e17f6796d5eed5c6a594a2744fb1696973a /src/simulation/elements | |
| parent | 09d32f225b531e42416e31199aefcc256cf7ee50 (diff) | |
| download | powder-86fc8e1eb31ed72ab02d7d1cee37fd5c9bbdfdb0.zip powder-86fc8e1eb31ed72ab02d7d1cee37fd5c9bbdfdb0.tar.gz | |
TPT: Prevent Acid from eating broken glass
Diffstat (limited to 'src/simulation/elements')
| -rw-r--r-- | src/simulation/elements/BGLA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BGLA.cpp b/src/simulation/elements/BGLA.cpp index e85b95d..79e7fe2 100644 --- a/src/simulation/elements/BGLA.cpp +++ b/src/simulation/elements/BGLA.cpp @@ -22,7 +22,7 @@ Element_BGLA::Element_BGLA() Flammable = 0; Explosive = 0; Meltable = 5; - Hardness = 2; + Hardness = 0; Weight = 90; |
