The binary companion is actually two stars, G class dwarfs.
Nevermind that you'll be altering the lighting in the missions dramatically by doing so.
Or perhaps someone just didn't think to check whether Capella had more than one star before making his mission.
The visual comfort zone around both stars is 11.7 A.U.s Make of that what you will.
void sexp_supernova_start(int node)b)
{
supernova_start(eval_num(node));
}
if (stars_get_num_suns() != 1) {and c)
return;
if(supernova_active()){
local_scale = 1.0f + (SUPERNOVA_SUN_SCALE * supernova_pct_complete());
That seem pretty pathetic codingA lot of it is pretty ugly. One reason, I imagine, why one should never assume an scp code job to be easy without looking first. Some seemingly simple things turn out immensely complicated once you try looking at the code, and I bet all the SCP people have headaches because of it at times. It's not their fault it is that way.
You offering?
Oh, and a lot of it is pretty ugly. One reason, I imagine, why one should never assume an scp code job to be easy without looking first. Some seemingly simple things turn out immensely complicated once you try looking at the code, and I bet all the SCP people have headaches because of it at times. It's not their fault it is that way.