[MIRROR] Fix research investigate logs (#5310)
* Merge pull request #35283 from AutomaticFrenzy/patch/research-logs Fix research investigate logs * Fix research investigate logs
This commit is contained in:
committed by
Poojawa
parent
e95269398c
commit
fcff80df09
@@ -883,7 +883,7 @@ doesn't have toxins access.
|
|||||||
return //honestly should call them out for href exploiting :^)
|
return //honestly should call them out for href exploiting :^)
|
||||||
if(!SSresearch.science_tech.available_nodes[ls["research_node"]])
|
if(!SSresearch.science_tech.available_nodes[ls["research_node"]])
|
||||||
return //Nope!
|
return //Nope!
|
||||||
research_node(ls["research_node"])
|
research_node(ls["research_node"], usr)
|
||||||
if(ls["clear_tech"]) //Erase la on the technology disk.
|
if(ls["clear_tech"]) //Erase la on the technology disk.
|
||||||
if(t_disk)
|
if(t_disk)
|
||||||
qdel(t_disk.stored_research)
|
qdel(t_disk.stored_research)
|
||||||
|
|||||||
Reference in New Issue
Block a user