mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
move_cost: Scale down from -10 to -5
This commit is contained in:
parent
9bf8281b91
commit
ed2c1ee11b
1 changed files with 1 additions and 1 deletions
2
world.h
2
world.h
|
@ -3,7 +3,7 @@
|
|||
|
||||
struct world {
|
||||
const static int newborn_energy = 500;
|
||||
const static int move_cost = -10;
|
||||
const static int move_cost = -5;
|
||||
const static int attack_cost = -40;
|
||||
const static int defense_cost = -20;
|
||||
const static int sun_energy = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue