diff options
Diffstat (limited to 'src/powder.c')
| -rw-r--r-- | src/powder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c index 1db8b3a..e1457c7 100644 --- a/src/powder.c +++ b/src/powder.c @@ -851,6 +851,8 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a parts[i].tmp = (rand()%11); if (t==PT_PQRT) parts[i].tmp = (rand()%11); + if (t==PT_CLST) + parts[i].tmp = (rand()%7); if (t==PT_FSEP) parts[i].life = 50; if (t==PT_COAL) { |
