TPT: One gel particle can't absorb more than 100 water particles now. 74979102b3
This commit is contained in:
parent
f2e1d38b58
commit
80bb49ca12
@ -62,7 +62,7 @@ int Element_GEL::update(UPDATE_FUNC_ARGS)
|
|||||||
if (((r&0xFF)==PT_WATR || (r&0xFF)==PT_DSTW || (r&0xFF)==PT_SLTW || (r&0xFF)==PT_CBNW)
|
if (((r&0xFF)==PT_WATR || (r&0xFF)==PT_DSTW || (r&0xFF)==PT_SLTW || (r&0xFF)==PT_CBNW)
|
||||||
&& parts[i].tmp<100)
|
&& parts[i].tmp<100)
|
||||||
{
|
{
|
||||||
parts[i].tmp = (100+parts[i].tmp)/2;
|
parts[i].tmp++;
|
||||||
sim->kill_part(r>>8);
|
sim->kill_part(r>>8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user