forked from github/server
fix missing kampfstatus
This commit is contained in:
parent
2cc8c1f871
commit
e28222c5be
|
@ -58,10 +58,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
* Spionage des Spions */
|
* Spionage des Spions */
|
||||||
void spy_message(int spy, const unit * u, const unit * target)
|
void spy_message(int spy, const unit * u, const unit * target)
|
||||||
{
|
{
|
||||||
/* const char *str = report_kampfstatus(target, u->faction->locale);*/
|
const char *str = report_kampfstatus(target, u->faction->locale);
|
||||||
|
|
||||||
ADDMSG(&u->faction->msgs, msg_message("spyreport", "spy target status", u,
|
ADDMSG(&u->faction->msgs, msg_message("spyreport", "spy target status", u,
|
||||||
target));
|
target, str));
|
||||||
if (spy > 20) {
|
if (spy > 20) {
|
||||||
sc_mage *mage = get_mage(target);
|
sc_mage *mage = get_mage(target);
|
||||||
/* for mages, spells and magic school */
|
/* for mages, spells and magic school */
|
||||||
|
|
Loading…
Reference in New Issue