mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Balanced quad_low swim thrust
This commit is contained in:
parent
96bf86dae0
commit
b6a7401cd9
@ -259,7 +259,7 @@ impl Body {
|
||||
| theropod::Species::Yale => 700.0 * self.mass().0,
|
||||
_ => 3.0 * self.mass().0,
|
||||
},
|
||||
Body::QuadrupedLow(_) => 120.0 * self.mass().0,
|
||||
Body::QuadrupedLow(_) => 14.0 * self.mass().0,
|
||||
Body::QuadrupedMedium(body) => match body.species {
|
||||
quadruped_medium::Species::Mammoth => 75.0 * self.mass().0,
|
||||
_ => 500.0 * self.mass().0,
|
||||
|
Loading…
Reference in New Issue
Block a user