mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
use rich text for received technologies
This commit is contained in:
@@ -81,7 +81,7 @@ commands.add_command("ap-get-technology", "Grant a technology, used by the Archi
|
|||||||
if tech ~= nil then
|
if tech ~= nil then
|
||||||
if tech.researched ~= true then
|
if tech.researched ~= true then
|
||||||
tech.researched = true
|
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"})
|
game.play_sound({path="utility/research_completed"})
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user