Add in life values that use EXOT's grey coloring scheme, but don't copy things

At the request of Catelite :P
This commit is contained in:
jacob1 2014-04-08 23:45:05 -04:00
parent afacecffd9
commit 181f0cfe5b

View File

@ -94,7 +94,7 @@ int Element_EXOT::update(UPDATE_FUNC_ARGS)
}
}
}
if (parts[i].tmp > 245 && parts[i].life > 1000)
if (parts[i].tmp > 245 && parts[i].life > 1337)
if (rt!=PT_EXOT && rt!=PT_BREC && rt!=PT_DMND && rt!=PT_CLNE && rt!=PT_PRTI && rt!=PT_PRTO && rt!=PT_PCLN && rt!=PT_VOID && rt!=PT_NBHL && rt!=PT_WARP)
{
sim->create_part(i, x, y, rt);