[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:
CitadelStationBot
2018-02-05 00:49:17 -06:00
committed by Poojawa
parent e95269398c
commit fcff80df09

View File

@@ -883,7 +883,7 @@ doesn't have toxins access.
return //honestly should call them out for href exploiting :^)
if(!SSresearch.science_tech.available_nodes[ls["research_node"]])
return //Nope!
research_node(ls["research_node"])
research_node(ls["research_node"], usr)
if(ls["clear_tech"]) //Erase la on the technology disk.
if(t_disk)
qdel(t_disk.stored_research)