Legend_of_the_Invincibles icon indicating copy to clipboard operation
Legend_of_the_Invincibles copied to clipboard

AI_OVERHAUL_PLACE*

Open white-haired-uncle opened this issue 10 months ago • 8 comments

I often see this:

        {AI_OVERHAUL_PLACE 5}
        {AI_OVERHAUL_PLACE_2 5}

Which seems to set ai aggression to 1.0, twice, ignoring the side argument. I can't say that it's broken in any way, but it looks strange enough to wonder if there's something not happening that should (or used to ?).

#define AI_OVERHAUL_PLACE SIDE

    [ai]
        aggression=1.0
    [/ai]
    # The micro AI is added elsewhere

#enddef
#define AI_OVERHAUL_PLACE_2 SIDE

    [ai]
        aggression=1.0
    [/ai]

#enddef

white-haired-uncle avatar Apr 24 '24 20:04 white-haired-uncle