Adds Display Name Argument to Techweb Logging (#34216)
* Update _techweb.dm * Replaces ID with the name of the tech web * REVERT ON THE WEBBITOR * Webbitor Blues * removes "
This commit is contained in:
committed by
CitadelStationBot
parent
b2021912d7
commit
af4f017b93
@@ -153,7 +153,7 @@ doesn't have toxins access.
|
||||
if(stored_research.research_points >= price)
|
||||
investigate_log("[key_name(user)] researched [id]([price]) on techweb id [stored_research.id].", INVESTIGATE_RESEARCH)
|
||||
if(stored_research == SSresearch.science_tech)
|
||||
SSblackbox.record_feedback("associative", "science_techweb_unlock", 1, list("id" = "[id]", "price" = "[price]", "time" = "[SQLtime()]"))
|
||||
SSblackbox.record_feedback("associative", "science_techweb_unlock", 1, list("id" = "[id]", "name" = TN.display_name, "price" = "[price]", "time" = SQLtime()))
|
||||
if(stored_research.research_node(SSresearch.techweb_nodes[id]))
|
||||
say("Sucessfully researched [TN.display_name].")
|
||||
var/logname = "Unknown"
|
||||
|
||||
Reference in New Issue
Block a user