From 430a149a6464db16e7d68c30057afef8423da451 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 29 Nov 2011 23:14:07 +0100 Subject: [PATCH] Rapidly accelerate decay_rate --- world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world.h b/world.h index 1ca46a0..4381044 100644 --- a/world.h +++ b/world.h @@ -17,7 +17,7 @@ struct world { const static int dead_body_energy = 2000; const static double dead_body_energy_carryover = 0.5; - const static int dead_decay = -10; + const static int dead_decay = -50; const static int herb_rate = 15; /* initially, one herb per herb_rate tiles */ };