Beacon update (#3357)

This PR cherry-picks some DCS-update related changes from Retribution
fork:
- Updates to beacon information 
- Fixes to script used to import beacons.

---------

Authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
zhexu14
2024-03-16 10:51:41 +11:00
committed by GitHub
parent 77b7f777f6
commit b0a8d53fa6
2 changed files with 110 additions and 4 deletions

View File

@@ -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(
"""\