JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bump version to 0.5.8
[vor.git] / rocks.c
diff --git a/rocks.c b/rocks.c
index 9983809..ff8f8f9 100644 (file)
--- a/rocks.c
+++ b/rocks.c
@@ -159,6 +159,7 @@ new_rocks(void)
                        type = urnd() % NROCKS;
                        *r = prototypes[type];
                        r->type = type;
+                       r->life = r->area * 300;
                        switch(i) {
                                case RIGHT:
                                        r->x = XSIZE;