mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
dead_body_energy: Scale down from 500 to 200
This commit is contained in:
parent
14015e3bfc
commit
9bf8281b91
1 changed files with 1 additions and 1 deletions
2
world.h
2
world.h
|
@ -8,7 +8,7 @@ struct world {
|
|||
const static int defense_cost = -20;
|
||||
const static int sun_energy = 1;
|
||||
|
||||
const static int dead_body_energy = 500;
|
||||
const static int dead_body_energy = 200;
|
||||
const static double dead_body_energy_carryover = 0.5;
|
||||
const static int dead_decay = -1;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue