diff options
Diffstat (limited to 'src/elements/bcln.c')
| -rw-r--r-- | src/elements/bcln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/bcln.c b/src/elements/bcln.c index 91dac12..053df18 100644 --- a/src/elements/bcln.c +++ b/src/elements/bcln.c @@ -49,7 +49,7 @@ int update_BCLN(UPDATE_FUNC_ARGS) { } else { if (parts[i].ctype==PT_LIFE) create_part(-1, x+rand()%3-1, y+rand()%3-1, parts[i].ctype|(parts[i].tmp<<8)); - else + else if (parts[i].ctype!=PT_LIGH || (rand()%30)==0) { int np = create_part(-1, x+rand()%3-1, y+rand()%3-1, parts[i].ctype); if (np>=0) |
