Fixed a bug with mission 1 were engineers weren't assigned to USSR and now a mammoth tank spawns for reinforcements.

This commit is contained in:
Justin Marshall
2020-07-15 17:06:20 -07:00
parent 5d441ca39e
commit 43cb23b81a
2 changed files with 5 additions and 6 deletions
+1
View File
@@ -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