renewCreep energy not travelling correctly


  • Culture

    Say you have Spawn1, Spawn2 and Spawn3 built in that order.

    If a creep is at Spawn1 and calls Spawn1.renewCreep(), it can only use the energy in Spawn1. Once that energy runs out renewCreep fails.
    But a creep at Spawn2 can use the energy from Spawn1 and Spawn2 but not Spawn3.
    A creep at Spawn3 can use the energy from all 3 spawns.

    It seems like it's dependent on the build order of the spawns.


  • Dev Team

    Fixed, thanks.