(powe_cost): Remove powe_cost and replace with a fixed cost of 10.

This commit is contained in:
Ron Koenderink 2006-02-04 19:36:51 +00:00
parent 62e57635ea
commit 3db7e6201f
4 changed files with 2 additions and 5 deletions

View file

@ -241,7 +241,7 @@ gen_power(void)
struct natstr *natp;
float f;
player->btused += powe_cost;
player->btused += 10;
memset(powbuf, 0, sizeof(powbuf));
snxtsct_all(&ns);
while (nxtsct(&ns, &sect)) {