Added Hellanmma map support

This commit is contained in:
2026-03-31 07:18:23 -03:00
parent 2ee9030c00
commit 469a54c141
3 changed files with 36 additions and 0 deletions

View File

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