diff --git a/planet/Missions.ocf/Crash.ocs/System.ocg/SeqIntro.c b/planet/Missions.ocf/Crash.ocs/System.ocg/SeqIntro.c index 2d68b0d29..12d0e10c3 100644 --- a/planet/Missions.ocf/Crash.ocs/System.ocg/SeqIntro.c +++ b/planet/Missions.ocf/Crash.ocs/System.ocg/SeqIntro.c @@ -24,6 +24,7 @@ func Intro_Init() this.plane->FaceRight(); this.plane->PlaneMount(this.pilot); this.plane.Touchable = 0; + this.plane->MakeInvincible(); } func Intro_Start(object hero)