diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index b094cc22a..52d6968c0 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -1688,6 +1688,10 @@ report_building(FILE *F, const region * r, const building * b, const faction * f } scat("."); + + scat(" Erforderlicher Talentwert: "); + icat(b->type->construction->minskill); + scat("."); } }