From e0ff0fc41944cbcd0616dd4571079cb50c05ad46 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 31 Jan 2024 08:08:16 +0900 Subject: [PATCH] Update research.lua (#276) --- modules/commands/research.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/research.lua b/modules/commands/research.lua index 8f57e2db..af0a1ed4 100644 --- a/modules/commands/research.lua +++ b/modules/commands/research.lua @@ -50,7 +50,7 @@ local function research_notification(event) end if not (event.by_script) then - game.print{'expcom-res.inf', format_time(game.tick, research_time_format), event.research.name, event.research.level} + game.print{'expcom-res.inf', format_time(game.tick, research_time_format), event.research.name, event.research.level - 1} end else if not (event.by_script) then