mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
ARTY v1.0.3 buggy
something wrong with nuke, illu smoke
This commit is contained in:
@@ -998,9 +998,10 @@ do -- COORDINATE
|
||||
|
||||
--- Creates an illumination bomb at the point.
|
||||
-- @param #COORDINATE self
|
||||
function COORDINATE:IlluminationBomb()
|
||||
-- @param #number power
|
||||
function COORDINATE:IlluminationBomb(power)
|
||||
self:F2()
|
||||
trigger.action.illuminationBomb( self:GetVec3() )
|
||||
trigger.action.illuminationBomb( self:GetVec3(), power )
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user