Taureon / aps-plus-plus

Hosting your own Arras Community Server, made very easy to get and edit!
GNU General Public License v3.0
33 stars 72 forks source link

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

Open zephiii opened 3 weeks ago

zephiii commented 3 weeks ago
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