diff --git a/resources/tools/import_beacons.py b/resources/tools/import_beacons.py index 026b9c99..c6b4d6c9 100644 --- a/resources/tools/import_beacons.py +++ b/resources/tools/import_beacons.py @@ -80,6 +80,14 @@ def beacons_from_terrain(dcs_path: Path, path: Path) -> Iterable[tuple[str, Beac ) ) + lua.execute( + textwrap.dedent( + """ + function math.pow(x,y) return x^y end + """ + ) + ) + bind_gettext = lua.eval( textwrap.dedent( """\