Skip to content

Commit

Permalink
Add unsung piers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparker95 committed Nov 7, 2020
1 parent a339478 commit eeafe81
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Location/initBuildingTypes.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,15 @@ _location_bp_Boats =
[
["Land_PierWooden_01_dock_F"],
[[12.1455,359.959,-0.00916481,269.97]]
]
],

// Unsung
[["Land_molo_drevo_end"],[[5.98251,192.539,-0.0311432,273.017],[5.68377,354.557,-0.0388451,273.31]]],
[["Pier3_tyres"],[[5.12528,0.0832425,-0.0462704,273.017]]],
[["Pier3_clutter"],[[4.2606,13.296,-0.0875168,273.017]]],
[["Pier1_tyres"],[[3.95416,1.05426,-0.199099,273.017]]],
[["Pier2"],[[7.30126,269.192,-0.286825,181.581]]],
[["Pier1_clutter"],[[3.48324,356.23,-0.169113,273.017]]]]
];

location_bp_Boats = _location_bp_Boats call _createHashmapFromBuildingPositions;
Expand Down

0 comments on commit eeafe81

Please sign in to comment.