summaryrefslogtreecommitdiff
path: root/src/simulation/elements/FRME.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-01-26 18:04:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-01-26 18:04:24 (GMT)
commit631e49b8b72d9875e50e3b39caa9612ffddec3a6 (patch)
treed2e10be9430ef1b9d7e807e1245159eabee51fa0 /src/simulation/elements/FRME.cpp
parent12e3802bf4843dc5d1af1812ce7496bd3e7869b3 (diff)
downloadpowder-631e49b8b72d9875e50e3b39caa9612ffddec3a6.zip
powder-631e49b8b72d9875e50e3b39caa9612ffddec3a6.tar.gz
Piston fix: Adjust colour and prevent piston from pushing too far when there's empty space
Diffstat (limited to 'src/simulation/elements/FRME.cpp')
-rw-r--r--src/simulation/elements/FRME.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/simulation/elements/FRME.cpp b/src/simulation/elements/FRME.cpp
index 62668ea..352b2a0 100644
--- a/src/simulation/elements/FRME.cpp
+++ b/src/simulation/elements/FRME.cpp
@@ -4,9 +4,9 @@ Element_FRME::Element_FRME()
{
Identifier = "DEFAULT_PT_FRME";
Name = "FRME";
- Colour = PIXPACK(0xBBDD50);
+ Colour = PIXPACK(0x999988);
MenuVisible = 1;
- MenuSection = SC_ELEC;
+ MenuSection = SC_SOLIDS;
Enabled = 1;
Advection = 0.0f;
@@ -22,7 +22,7 @@ Element_FRME::Element_FRME()
Flammable = 0;
Explosive = 0;
Meltable = 0;
- Hardness = 1;
+ Hardness = 0;
Weight = 100;