(powe_cost): Remove powe_cost and replace with a fixed cost of 10.
This commit is contained in:
parent
62e57635ea
commit
3db7e6201f
4 changed files with 2 additions and 5 deletions
|
@ -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, §)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue