summaryrefslogtreecommitdiff
path: root/src/simulation/elements/COAL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/COAL.cpp')
-rw-r--r--src/simulation/elements/COAL.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/COAL.cpp b/src/simulation/elements/COAL.cpp
index b2cc89c..5d2c176 100644
--- a/src/simulation/elements/COAL.cpp
+++ b/src/simulation/elements/COAL.cpp
@@ -12,9 +12,9 @@ Element_COAL::Element_COAL()
Advection = 0.0f;
AirDrag = 0.00f * CFDS;
AirLoss = 0.90f;
- Loss = 0.00f;
+ Loss = 0.98f;
Collision = 0.0f;
- Gravity = 0.0f;
+ Gravity = 0.2f;
Diffusion = 0.0f;
HotAir = 0.0f * CFDS;
Falldown = 0;