Skip to content

Commit

Permalink
crashing aircraft: increase crashing period grace period
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruwetuin committed Dec 24, 2024
1 parent a52eb97 commit 0f461b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luarules/gadgets/unit_crashing_aircraft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if gadgetHandler:IsSyncedCode() then
end
-- make it crash
crashingCount = crashingCount + 1
crashing[unitID] = Spring.GetGameFrame() + 230
crashing[unitID] = Spring.GetGameFrame() + 450
Spring.SetUnitCOBValue(unitID, COB_CRASHING, 1)
Spring.SetUnitNoSelect(unitID,true)
Spring.SetUnitNoMinimap(unitID,true)
Expand Down

0 comments on commit 0f461b6

Please sign in to comment.