Skip to content

Commit

Permalink
Remove combat maneuvers from helms tutorial (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
aBlueShadow authored Nov 27, 2023
1 parent 1f24d45 commit db85499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tutorial/00_all.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ addToSequence(helmsTutorial, function()
resetPlayerShip()
player:setJumpDrive(false)
player:setWarpDrive(false)
player:setCanCombatManeuver(false)
player:setImpulseMaxSpeed(0);
player:setRotationMaxSpeed(0);
end)
Expand Down

0 comments on commit db85499

Please sign in to comment.