forked from github/server
Aurakosten werden als zu hoch angezeigt.
This commit is contained in:
parent
de1658f961
commit
913ca8d74c
|
@ -487,7 +487,9 @@ report_spell(FILE * F, spellid_t id, const struct locale * lang)
|
|||
scat(" * Stufe");
|
||||
}
|
||||
} else {
|
||||
if (costtyp == SPC_LEVEL || costtyp == SPC_LINEAR ) {
|
||||
itemanz *= sp->level;
|
||||
}
|
||||
sprintf(buf, " %d %s", itemanz, LOC(lang, resname(res, itemanz!=1)));
|
||||
}
|
||||
rps(F, buf);
|
||||
|
|
Loading…
Reference in New Issue