diff options
Diffstat (limited to 'src/elements/watr.c')
| -rw-r--r-- | src/elements/watr.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/elements/watr.c b/src/elements/watr.c index 5810cd4..92c906d 100644 --- a/src/elements/watr.c +++ b/src/elements/watr.c @@ -19,6 +19,13 @@ int update_WATR(UPDATE_FUNC_ARGS) { part_change_type(i,x,y,PT_FIRE); parts[i].life = 4; } + if ((r&0xFF)==PT_FIRE){ + kill_part(r>>8); + if(1>(rand()%150)){ + kill_part(i); + return 1; + } + } /*if ((r&0xFF)==PT_CNCT && 1>(rand()%500)) Concrete+Water to paste, not very popular { part_change_type(i,x,y,PT_PSTE); |
