Skip to content

Commit

Permalink
Add in life values that use EXOT's grey coloring scheme, but don't co…
Browse files Browse the repository at this point in the history
…py things

At the request of Catelite :P
  • Loading branch information
jacob1 committed Apr 9, 2014
1 parent afacecf commit 181f0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/elements/EXOT.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 181f0cf

Please sign in to comment.