Skip to content

USA / China dozers disarm mines by moving across minefield #2026

@Caball009

Description

@Caball009

Current behavior for:

  • GLA Worker: does not get harmed when walking across a minefield, and the mines do not detonate.
  • USA / China dozer: does not get damaged when driving across a minefield, but the mines do detonate.

I think we should make the behavior consistent for all three units, because it seems currently more efficient to use the dozers to drive across a minefield instead of clearing it.

There's a specific check for it here:

if (!d->m_workersDetonate)
{
// infantry+dozer=worker.
if (other->isKindOf(KINDOF_INFANTRY) && other->isKindOf(KINDOF_DOZER))
return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    ChinaAffects China factionDesignIs a matter of game designGenRelates to GeneralsNoRetailThis fix or change is not applicable with Retail game compatibilityUSAAffects USA factionZHRelates to Zero Hour

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions