From 43cb23b81a92b2140b2d63e33fbb360844b909ea Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Wed, 15 Jul 2020 17:06:20 -0700 Subject: [PATCH] Fixed a bug with mission 1 were engineers weren't assigned to USSR and now a mammoth tank spawns for reinforcements. --- SCU01EA.INI | 10 ++++------ scripts/SCU01EA.INI.script | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/SCU01EA.INI b/SCU01EA.INI index 03cefd1..4f97033 100644 --- a/SCU01EA.INI +++ b/SCU01EA.INI @@ -469,9 +469,9 @@ Height=66 32=Greece,C7,256,6847,4,Area Guard,0,None 33=Greece,C7,256,6332,1,Area Guard,0,None 34=Greece,C8,256,6463,1,Guard,0,None -35=Spain,E6,256,2742,2,Guard,0,None -36=Spain,E6,256,2745,1,Guard,0,None -37=Spain,E6,256,2231,1,Guard,0,None +35=USSR,E6,256,2742,2,Guard,0,None +36=USSR,E6,256,2745,1,Guard,0,None +37=USSR,E6,256,2231,1,Guard,0,None [STRUCTURES] 0=Neutral,ABAN01,256,6818,0,None,1,0 @@ -533,9 +533,7 @@ Height=66 56=Greece,PBOX,256,3900,0,None,0,0 57=Greece,PBOX,256,3906,0,None,0,0 58=Greece,PBOX,256,3886,0,None,0,0 -59=Greece,GAP,256,4014,0,None,0,0 -60=Greece,GAP,256,4034,0,None,0,0 -61=Greece,APWR,256,6925,0,None,0,0 +59=Greece,APWR,256,6925,0,None,0,0 [Base] Player=USSR diff --git a/scripts/SCU01EA.INI.script b/scripts/SCU01EA.INI.script index edac68c..16b3fb1 100644 --- a/scripts/SCU01EA.INI.script +++ b/scripts/SCU01EA.INI.script @@ -27,5 +27,6 @@ function map_frame() CreateVehicle(VehicleTypes.TESLATANK,Houses.USSR,5833) CreateVehicle(VehicleTypes.TESLATANK,Houses.USSR,5577) CreateVehicle(VehicleTypes.TESLATANK,Houses.USSR,5706) + CreateVehicle(VehicleTypes._4TNK,Houses.USSR,5831) end end \ No newline at end of file