From 0c5ff9f447f52b05d54f755ffdb71abb08746cf2 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 26 Mar 2006 22:01:13 +0000 Subject: [PATCH] =?UTF-8?q?http://eressea.upb.de/mantis/view.php=3Fid=3D86?= =?UTF-8?q?8=20Die=20"Akademie=20der=20K=C3=BCnste"=20aus=20dem=20K=C3=BCn?= =?UTF-8?q?stlerwettbewerb=20wirkt=20auf=20alle=20Talente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/gamecode/study.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/study.c b/src/common/gamecode/study.c index fdb61a8f7..6776bb526 100644 --- a/src/common/gamecode/study.c +++ b/src/common/gamecode/study.c @@ -678,7 +678,7 @@ learn(void) of all units in the region, to be able to make it cumulative with with an academy */ - if (buildingtype_exists(r, bt_find("artacademy"))) { + if (sk == SK_ENTERTAINMENT && buildingtype_exists(r, bt_find("artacademy"))) { days *= 2; }