Aurakosten werden als zu hoch angezeigt.
This commit is contained in:
Enno Rehling 2005-02-12 13:42:15 +00:00
parent de1658f961
commit 913ca8d74c
1 changed files with 3 additions and 1 deletions

View File

@ -487,7 +487,9 @@ report_spell(FILE * F, spellid_t id, const struct locale * lang)
scat(" * Stufe"); scat(" * Stufe");
} }
} else { } else {
if (costtyp == SPC_LEVEL || costtyp == SPC_LINEAR ) {
itemanz *= sp->level; itemanz *= sp->level;
}
sprintf(buf, " %d %s", itemanz, LOC(lang, resname(res, itemanz!=1))); sprintf(buf, " %d %s", itemanz, LOC(lang, resname(res, itemanz!=1)));
} }
rps(F, buf); rps(F, buf);