diff --git a/src/simulation/elements/EXOT.cpp b/src/simulation/elements/EXOT.cpp index e2f6e4125..6b3af102f 100644 --- a/src/simulation/elements/EXOT.cpp +++ b/src/simulation/elements/EXOT.cpp @@ -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);