We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f3caa commit 061eb41Copy full SHA for 061eb41
mods/common/lua/supportpowers.lua
@@ -1,6 +1,6 @@
1
SupportPowers = { }
2
3
-SupportPowers.Parabomb = function(owner, planeName, enterLocation, bombLocation)
+SupportPowers.Airstrike = function(owner, planeName, enterLocation, bombLocation)
4
local facing = { Map.GetFacing(CPos.op_Subtraction(bombLocation, enterLocation), 0), "Int32" }
5
local altitude = { Actor.TraitInfo(planeName, "AircraftInfo").CruiseAltitude, "Int32" }
6
local plane = Actor.Create(planeName, { Location = enterLocation, Owner = owner, Facing = facing, Altitude = altitude })
0 commit comments