summaryrefslogtreecommitdiff
path: root/src/simulation/elements/BVBR.cpp
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2012-11-04 20:35:43 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2012-11-04 20:35:43 (GMT)
commit12eb085d20dbb57cbbe79d92c9077dcc9de60330 (patch)
treec927e2e3ebb5ce6f73e2fc3f571737bb132371e6 /src/simulation/elements/BVBR.cpp
parentd586a6d0abbc690ef6a0b9708a2343fe553adbc7 (diff)
downloadpowder-12eb085d20dbb57cbbe79d92c9077dcc9de60330.zip
powder-12eb085d20dbb57cbbe79d92c9077dcc9de60330.tar.gz
VIBR changes from jacob1
Including: Molten TTAN + EXOT = VIBR. VIBR + ANAR = BVBR. (BOYL reaction removed) All absorbed heat/particles/pressure are stored in one property, tmp. Graphics changes
Diffstat (limited to 'src/simulation/elements/BVBR.cpp')
-rw-r--r--src/simulation/elements/BVBR.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/BVBR.cpp b/src/simulation/elements/BVBR.cpp
index 994027e..dfff186 100644
--- a/src/simulation/elements/BVBR.cpp
+++ b/src/simulation/elements/BVBR.cpp
@@ -4,7 +4,7 @@ Element_BVBR::Element_BVBR()
{
Identifier = "DEFAULT_PT_BVBR";
Name = "BVBR";
- Colour = PIXPACK(0x002900);
+ Colour = PIXPACK(0x005000);
MenuVisible = 1;
MenuSection = SC_POWDERS;
Enabled = 1;
@@ -16,7 +16,7 @@ Element_BVBR::Element_BVBR()
Collision = 0.0f;
Gravity = 0.15f;
Diffusion = 0.00f;
- HotAir = 0.0003f * CFDS;
+ HotAir = 0.0000f * CFDS;
Falldown = 1;
Flammable = 0;