mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-26 17:34:35 +02:00
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:
@@ -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)
|
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);
|
sim->create_part(i, x, y, rt);
|
||||||
|
Reference in New Issue
Block a user