world::move_idle_cost: Introduce, based on attr.move

This commit is contained in:
Petr Baudis 2011-11-27 05:09:41 +01:00
parent 2907cb6791
commit ceb16277fb
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,8 @@ struct world {
const static int move_cost = -50;
const static int attack_cost = -400;
const static int defense_cost = -200;
const static int move_idle_cost = -15; /* ... * attr.move */
const static int sun_energy = 10;
const static int dead_body_energy = 2000;