TPT: VOID & PVOD can be set to only eat/not eat certain things

This commit is contained in:
Simon Robertshaw 2012-06-12 19:59:19 +01:00
parent a95ceb4c92
commit 2e1780ce4e

View File

@ -1978,6 +1978,7 @@ int Simulation::try_move(int i, int x, int y, int nx, int ny)
}
if ((r&0xFF)==PT_VOID || (r&0xFF)==PT_PVOD) //this is where void eats particles
{
if(!parts[r>>8].ctype || (parts[r>>8].ctype==parts[i].type)!=(parts[r>>8].tmp&1))
kill_part(i);
return 0;
}