FAForever / fa

Lua code for FAF
226 stars 232 forks source link

Rare error when the GC, ML and Megalith make landfall #6136

Closed Basilisk3 closed 6 days ago

Basilisk3 commented 5 months ago

Describe the bug

This is the same issue as fixed in #5829. It is a rare bug, but it does happen in real games.

The error:

WARNING: *WARNING: No movement effect groups defined for unit ual0401,
Effect groups with bone lists must be defined to play movement effects. 
Add these to the Display.MovementEffects Land. Effects table in unit blueprint. 

The definition of the error is found in Unit.lua, line 3732.

How to reproduce the error:

Additional context

Related to: #6135; #5924; #5829