Skip to content

Commit

Permalink
Fix jet trail on scout drone
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbodingAngel committed Jun 18, 2021
1 parent 5ae0689 commit 06db7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaUI/Configs/lupsunitfxs.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
effectUnitDefs = {
------------------
------------------
edrone = {
escoutdrone = {
{class='AirJet', options={color={1,0.5,0.0,0.75}, width = 2, length=40, piece="fengine1", onActive=true}},
{class='AirJet', options={color={1,0.5,0.0,0.75}, width = 2, length=40, piece="fengine2", onActive=true}},
{class='AirJet', options={color={1,0.5,0.0,0.75}, width = 2, length=40, piece="rengine1", onActive=true}},
Expand Down

0 comments on commit 06db7aa

Please sign in to comment.