mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-23 00:12:51 +02:00
One gel particle can't absorb more than 100 water particles now.
This commit is contained in:
@@ -14,7 +14,7 @@ int update_GEL(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++;
|
||||||
kill_part(r>>8);
|
kill_part(r>>8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user