mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update common/src/sys/controller.rs, common/src/sys/movement.rs files
Deleted energy.rs, movement.rs files
This commit is contained in:
@ -576,8 +576,7 @@ impl<'a> System<'a> for Sys {
|
||||
&& can_climb(body),
|
||||
physics.on_wall,)
|
||||
{
|
||||
|
||||
character.movement = Climb;
|
||||
character.movement = Climb;
|
||||
continue;
|
||||
}
|
||||
|
||||
@ -627,8 +626,6 @@ impl<'a> System<'a> for Sys {
|
||||
time_left: ROLL_DURATION,
|
||||
was_wielding: character.action.is_wield(),
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user