mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
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:
@@ -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])",
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user