let code = creep.transfer(spawnFromThatRoom, RESOURCE_ENERGY, 15)
this.logger.log('transfer code', code)
I use this code and transfer returns -6 = not enough energy. But spawn has 300/300 energy. Creep is also at the adjusted square near spawn. What does -6 in this case mean? I can't get energy from spawn?