This commit is contained in:
yuni 2024-05-14 00:57:41 +02:00
parent 60d3198e41
commit e7c533d728

View file

@ -738,7 +738,8 @@ fn spawn_entities(
if state.is_vehicle { if state.is_vehicle {
actor.insert(actor::Vehicle::default()); actor.insert(actor::Vehicle::default());
} }
if state.is_vehicle || state.is_suited if state.is_vehicle
|| state.is_suited
|| state.thrust_forward > 0.0 || state.thrust_forward > 0.0
|| state.thrust_sideways > 0.0 || state.thrust_sideways > 0.0
|| state.thrust_back > 0.0 || state.thrust_back > 0.0