use rich text for received technologies

This commit is contained in:
Fabian Dill 2021-04-14 18:38:06 +02:00
parent 432ae5865d
commit 063997610d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ commands.add_command("ap-get-technology", "Grant a technology, used by the Archi
if tech ~= nil then
if tech.researched ~= true then
tech.researched = true
game.print({"", "Received ", tech.localised_name, " from ", source})
game.print({"", "Received [technology=" .. tech.name .. "] from ", source})
game.play_sound({path="utility/research_completed"})
end
else