mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
BRAY is not blocked by INWR or ARAY
This commit is contained in:
@@ -1863,7 +1863,7 @@ void update_particles_i(pixel *vid, int start, int inc)
|
||||
} else if(parts[r>>8].type==PT_BRAY&&parts[r>>8].tmp==1){
|
||||
parts[r>>8].life = 1020;
|
||||
//docontinue = 1;
|
||||
} else {
|
||||
} else if(parts[r>>8].type!=PT_INWR && parts[r>>8].type!=PT_ARAY) {
|
||||
if(nyy!=0 || nxx!=0){
|
||||
create_part(-1, x+nxi+nxx, y+nyi+nyy, PT_SPRK);
|
||||
}
|
||||
|
Reference in New Issue
Block a user