diff options
Diffstat (limited to 'src/powder.c')
| -rw-r--r-- | src/powder.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c index 654f5ad..ffe5d95 100644 --- a/src/powder.c +++ b/src/powder.c @@ -2515,6 +2515,10 @@ killed: rt = 30;//slight less water lag, although it changes how it moves a lot else rt = 10; + + if (t==PT_GEL) + rt = parts[i].tmp*0.20f+5.0f; + for (j=clear_x+r; j>=0 && j>=clear_x-rt && j<clear_x+rt && j<XRES; j+=r) { if (((pmap[fin_y][j]&0xFF)!=t || bmap[fin_y/CELL][j/CELL]) |
