diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml index dc8c103c64..9539de8663 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml @@ -109,6 +109,7 @@ name: taxibot description: Give a ride? components: + - type: NoSlip - type: Sprite drawdepth: Mobs sprite: Mobs/Silicon/Bots/taxibot.rsi @@ -116,8 +117,6 @@ - state: taxibot map: ["enum.VehicleVisualLayers.AutoAnimate"] noRot: true - - type: Physics - bodyType: Dynamic - type: IntrinsicRadioReceiver - type: ActiveRadio channels: @@ -133,14 +132,14 @@ friction: 2 frictionNoInput: 6 baseWalkSpeed: 3 - baseSprintSpeed: 10 + baseSprintSpeed: 6 - type: Strap buckleOffset: "0, 0" maxBuckleDistance: 1 - type: AmbientSound sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg" range: 10 - volume: -5 + volume: -10 enabled: true - type: Construction graph: TaxiBot diff --git a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml index 5c135911d9..e1d3212327 100644 --- a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml +++ b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml @@ -10,7 +10,7 @@ - type: AmbientSound sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg" range: 10 - volume: -5 + volume: -10 enabled: false - type: InputMover - type: InteractionOutline