mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 10:04:30 +01:00
[MIRROR] Makes research done from the tablet tracked for the R&D server controller and admin logs (#5111)
* Makes research done from the tablet tracked for the R&D server controller and admin logs (#58328) * Makes research done from the tablet tracked for the R&D server controller and admin logs Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
var/obj/item/card/id/id_card_of_human_user = worn.GetID()
|
||||
if(istype(id_card_of_human_user))
|
||||
logname = "User: [id_card_of_human_user.registered_name]"
|
||||
stored_research.research_logs = list(list(tech_node.display_name, price["General Research"], logname, "[get_area(src)] ([computer.x],[computer.y],[computer.z])"))
|
||||
stored_research.research_logs += list(list(tech_node.display_name, price["General Research"], logname, "[get_area(computer)] ([user.x],[user.y],[user.z])"))
|
||||
return TRUE
|
||||
else
|
||||
computer.say("Failed to research node: Internal database error!")
|
||||
|
||||
Reference in New Issue
Block a user