Merge branch 'main' into wings_of_liberty

This commit is contained in:
Valmo Trindade
2025-11-21 21:50:20 -03:00
4 changed files with 44 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ switch (toLower worldName) do {
case "tanoa": {
_realLocation = _position call armatak_fnc_convert_to_tanoa;
};
case "zagor_zagorsk_reserved_forest": {
_realLocation = _position call armatak_fnc_convert_to_zagor_zagorsk_reserved_forest;
};
default {
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Unsupported Map"];
[[_warning, 1.5]] call CBA_fnc_notify;