Update roundend.dm

This commit is contained in:
LetterJay
2017-12-24 02:40:05 -06:00
committed by GitHub
parent a912e14912
commit e2ba458400

View File

@@ -62,9 +62,7 @@
var/result = O.check_completion() ? "SUCCESS" : "FAIL"
antag_info["objectives"] += list(list("objective_type"=O.type,"text"=O.explanation_text,"result"=result))
SSblackbox.record_feedback("associative", "antagonists", 1, antag_info)
<<<<<<< HEAD
=======
/datum/controller/subsystem/ticker/proc/gather_newscaster()
var/json_file = file("[GLOB.log_directory]/newscaster.json")
var/list/file_data = list()
@@ -91,7 +89,6 @@
if(GLOB.news_network.wanted_issue.active)
file_data["wanted"] = list("author" = "[GLOB.news_network.wanted_issue.scannedUser]", "criminal" = "[GLOB.news_network.wanted_issue.criminal]", "description" = "[GLOB.news_network.wanted_issue.body]", "photo file" = "[GLOB.news_network.wanted_issue.photo_file]")
WRITE_FILE(json_file, json_encode(file_data))
>>>>>>> e940102... Makes newscaster feedback messages and comments always a list. (#33682)
/datum/controller/subsystem/ticker/proc/declare_completion()
set waitfor = FALSE