Skip to content

Commit 061eb41

Browse files
committed
Rename SupportPowers.Parabomb to SupportPowers.Airstrike
1 parent a4f3caa commit 061eb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/common/lua/supportpowers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SupportPowers = { }
22

3-
SupportPowers.Parabomb = function(owner, planeName, enterLocation, bombLocation)
3+
SupportPowers.Airstrike = function(owner, planeName, enterLocation, bombLocation)
44
local facing = { Map.GetFacing(CPos.op_Subtraction(bombLocation, enterLocation), 0), "Int32" }
55
local altitude = { Actor.TraitInfo(planeName, "AircraftInfo").CruiseAltitude, "Int32" }
66
local plane = Actor.Create(planeName, { Location = enterLocation, Owner = owner, Facing = facing, Altitude = altitude })

0 commit comments

Comments
 (0)