actiondestroypart.c
modded class ActionDestroyPartCB : ActionContinuousBaseCB { override void CreateActionComponent() { m_ActionData.m_ActionComponent = new CAContinuousTime(90); } };
Was
m_ActionData.m_ActionComponent = new CAContinuousTime( UATimeSpent.DEFAULT_DESTROY );
Change to
m_ActionData.m_ActionComponent = new CAContinuousTime(90);
Bugs: