diff --git a/planet/Missions.ocf/DeepSeaMining.ocs/System.ocg/SeqIntro.c b/planet/Missions.ocf/DeepSeaMining.ocs/System.ocg/SeqIntro.c index 4619f2e9d..2602be449 100644 --- a/planet/Missions.ocf/DeepSeaMining.ocs/System.ocg/SeqIntro.c +++ b/planet/Missions.ocf/DeepSeaMining.ocs/System.ocg/SeqIntro.c @@ -159,6 +159,7 @@ func Intro_11() { crew->SetPosition(g_tuesday_pos[0],-100); crew->SetXDir(-10); crew->SetYDir(-30); + crew->SetAction("Tumble"); if (!index) SetPlrView(plr, crew); } }