move_cost: Scale down from -10 to -5

This commit is contained in:
Petr Baudis 2011-11-27 04:17:04 +01:00
parent 9bf8281b91
commit ed2c1ee11b

View file

@ -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;