From 3fe83986ce0047522d99a6e3c798f2bbeaf084e4 Mon Sep 17 00:00:00 2001 From: Clonkonaut Date: Tue, 3 Jan 2017 23:03:51 +0100 Subject: [PATCH] Crash: made airplane invincible (#1754). --- planet/Missions.ocf/Crash.ocs/System.ocg/SeqIntro.c | 1 + 1 file changed, 1 insertion(+) 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)