mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Prevented mountable pets
This commit is contained in:
parent
c8db3e3d95
commit
aa3ede79c1
@ -560,7 +560,6 @@ impl StateExt for State {
|
||||
)
|
||||
.with(comp::Scale(1.0))
|
||||
.with(comp::Vel(Vec3::new(0.0, 0.0, 0.0)))
|
||||
.with(comp::MountState::Unmounted)
|
||||
.build();
|
||||
|
||||
restore_pet(self.ecs(), pet_entity, entity, pet);
|
||||
|
Loading…
Reference in New Issue
Block a user