From 64c24462d4e72540a18a064294f8c2bf461f3d67 Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Sun, 3 Apr 2016 16:53:37 +0200 Subject: [PATCH 1/2] Disable air attacks in allies05a for now --- mods/ra/maps/allies-05a/allies05a-AI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/maps/allies-05a/allies05a-AI.lua b/mods/ra/maps/allies-05a/allies05a-AI.lua index 9ebcb53622..8f71aa4e02 100644 --- a/mods/ra/maps/allies-05a/allies05a-AI.lua +++ b/mods/ra/maps/allies-05a/allies05a-AI.lua @@ -276,7 +276,7 @@ ActivateAI = function() Trigger.AfterDelay(DateTime.Minutes(5), function() ProduceInfantry() ProduceVehicles() - if AirAttacks then + if false and AirAttacks then -- disable air strikes for now since they are broken Trigger.AfterDelay(DateTime.Minutes(3), ProduceAircraft) end end) From 16ef67e2472780af6d01e1e03e67fd4ea083592e Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Sun, 3 Apr 2016 16:54:07 +0200 Subject: [PATCH 2/2] Fix crash in allies05a when the prison is infiltrated --- mods/ra/maps/allies-05a/rules.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ra/maps/allies-05a/rules.yaml b/mods/ra/maps/allies-05a/rules.yaml index 949df73b74..ee700fb2db 100644 --- a/mods/ra/maps/allies-05a/rules.yaml +++ b/mods/ra/maps/allies-05a/rules.yaml @@ -191,7 +191,6 @@ Colt: InitialFacing: 224 RenderSprites: Image: AGUN - WithTurretedSpriteBody: Armament: Weapon: MissionColt LocalOffset: 432,150,-30, 432,-150,-30