Skip to content

Commit

Permalink
2.0.7c
Browse files Browse the repository at this point in the history
Fix West Maze bank garages overlaping with office.
  • Loading branch information
Bob74 committed Mar 22, 2019
1 parent c3dd845 commit 2fccfd8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dlc_import/garage4.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

-- Garage 4: Maze Bank West
-- Be careful, ImportCEOGarage4.Part.Garage1 and ImportCEOGarage4.Part.Garage3 overlaps with FinanceOffice4

exports('GetImportCEOGarage4Object', function()
return ImportCEOGarage4
Expand Down Expand Up @@ -111,10 +112,11 @@ ImportCEOGarage4 = {
},

LoadDefault = function()
ImportCEOGarage4.Part.Load(ImportCEOGarage4.Part.Garage1)
ImportCEOGarage4.Style.Set(ImportCEOGarage4.Part.Garage1, ImportCEOGarage4.Style.concrete, false)
ImportCEOGarage4.Numbering.Set(ImportCEOGarage4.Part.Garage1, ImportCEOGarage4.Numbering.Level1.style1, false)
ImportCEOGarage4.Lighting.Set(ImportCEOGarage4.Part.Garage1, ImportCEOGarage4.Lighting.style1, false)
ImportCEOGarage4.Part.Load(ImportCEOGarage4.Part.Garage2)

ImportCEOGarage4.Style.Set(ImportCEOGarage4.Part.Garage2, ImportCEOGarage4.Style.concrete, false)
ImportCEOGarage4.Numbering.Set(ImportCEOGarage4.Part.Garage2, ImportCEOGarage4.Numbering.Level1.style1, false)
ImportCEOGarage4.Lighting.Set(ImportCEOGarage4.Part.Garage2, ImportCEOGarage4.Lighting.style1, false)

ImportCEOGarage4.Part.Load(ImportCEOGarage4.Part.ModShop)
ImportCEOGarage4.ModShop.Floor.Set(ImportCEOGarage4.ModShop.Floor.default, false)
Expand Down

0 comments on commit 2fccfd8

Please sign in to comment.