mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made carriage lighter
This commit is contained in:
parent
a2253b7a33
commit
2d4278e94a
@ -122,7 +122,7 @@ impl Body {
|
||||
match self {
|
||||
Body::DefaultAirship | Body::AirBalloon | Body::Volume => Density(AIR_DENSITY),
|
||||
Body::Submarine => Density(WATER_DENSITY), // Neutrally buoyant
|
||||
Body::Carriage => Density(WATER_DENSITY * 0.5),
|
||||
Body::Carriage => Density(AIR_DENSITY * 1.5),
|
||||
Body::Cart => Density(AIR_DENSITY * 1.2),
|
||||
_ => Density(AIR_DENSITY * 0.95 + WATER_DENSITY * 0.05), /* Most boats should be very
|
||||
* buoyant */
|
||||
|
Loading…
Reference in New Issue
Block a user