Added mandol map support

This commit is contained in:
Valmo Trindade
2026-01-03 02:55:39 -03:00
parent 8fe14dc18d
commit 13cd08c655
6 changed files with 35 additions and 13 deletions

View File

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