[Rseding91] [2.0.18] Artillery Wagon with Equipment Grid, missing auto targeting checkbox
Posted: Thu Nov 14, 2024 11:42 pm
I'm using this vehicle equipment grid mod to enable grids on various vehicles that don't already have them, and when applied to the artillery wagon, it appears to lose its auto targeting checkbox. It doesn't seem to be something specific to how the grid is created in that mod, since the same thing happens using the below simple code:
Image attached: https://imgur.com/a/kDoPpop.png
Code: Select all
data:extend({
{
type = "equipment-grid",
name = "artillery-wagon",
width = 10,
height = 10,
equipment_categories = {"armor"}
},
})
data.raw["artillery-wagon"]["artillery-wagon"].equipment_grid = "artillery-wagon"