forked from github/server
kleinigkeiten
This commit is contained in:
parent
241b6c5f65
commit
f5f518bb43
|
@ -2466,7 +2466,7 @@ promote_cmd(unit * u, struct order * ord)
|
||||||
}
|
}
|
||||||
use_all(u, i_silver->rtype, people);
|
use_all(u, i_silver->rtype, people);
|
||||||
fset(u, UFL_HERO);
|
fset(u, UFL_HERO);
|
||||||
ADDMSG(&u->faction->msgs, msg_message(u, ord, "hero_promotion", "unit cost",
|
ADDMSG(&u->faction->msgs, msg_message("hero_promotion", "unit cost",
|
||||||
u, money));
|
u, money));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1193,7 +1193,6 @@ terminate(troop dt, troop at, int type, const char *damage, boolean missile)
|
||||||
}
|
}
|
||||||
#ifdef SHOW_KILLS
|
#ifdef SHOW_KILLS
|
||||||
++at.fighter->kills;
|
++at.fighter->kills;
|
||||||
assert(at.fighter->kills>=at.fighter->hits);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SMALL_BATTLE_MESSAGES
|
#ifdef SMALL_BATTLE_MESSAGES
|
||||||
|
|
Loading…
Reference in New Issue