Use defines for "General Research" where it's not used (#82785)

## About The Pull Request
There is a define for it, so why not use it?

## Why It's Good For The Game
Defines good
This commit is contained in:
larentoun
2024-04-22 02:13:59 +03:00
committed by GitHub
parent be1e2171d6
commit 5c652e326b
2 changed files with 2 additions and 2 deletions
@@ -218,7 +218,7 @@
logname = "[id_card_of_human_user.registered_name]"
stored_research.research_logs += list(list(
"node_name" = tech_node.display_name,
"node_cost" = price["General Research"],
"node_cost" = price[TECHWEB_POINT_TYPE_GENERIC],
"node_researcher" = logname,
"node_research_location" = "[get_area(computer)] ([user.x],[user.y],[user.z])",
))