Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Tanks directly using certain functions for turrets do not render properly in upgrade menu #294

@zephiii

Description

@zephiii
Class.leech = {
    PARENT: "genericTank",
    LABEL: "Leech",
    TURRETS: [
        {
            POSITION: [14, 0, 0, 0, 0, 1],
            TYPE: addAura()
        }
    ]
}

The following code produces this. The tank renders properly ingame but not in its upgrade box.
Screenshot 2024-11-04 at 21 41 05

Metadata

Metadata

Assignees

No one assigned

    Labels

    Affects ClientThis bug affects the client only, Most commonly visual bugs

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions