mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Allowed small animals to block-hop again
This commit is contained in:
parent
e4de32ac25
commit
9b812b0d8b
@ -333,7 +333,7 @@ impl<'a> System<'a> for Sys {
|
||||
// sizes
|
||||
let radius = radius.min(0.45); // * scale;
|
||||
let z_min = z_min; // * scale;
|
||||
let z_max = z_max.clamped(1.0, 1.95); // * scale;
|
||||
let z_max = z_max.clamped(1.2, 1.95); // * scale;
|
||||
|
||||
// Probe distances
|
||||
let hdist = radius.ceil() as i32;
|
||||
|
Loading…
Reference in New Issue
Block a user