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);
|
||||
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));
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -1193,7 +1193,6 @@ terminate(troop dt, troop at, int type, const char *damage, boolean missile)
|
|||
}
|
||||
#ifdef SHOW_KILLS
|
||||
++at.fighter->kills;
|
||||
assert(at.fighter->kills>=at.fighter->hits);
|
||||
#endif
|
||||
|
||||
#ifdef SMALL_BATTLE_MESSAGES
|
||||
|
|
Loading…
Reference in New Issue