Merge pull request #3984 from Citadel-Station-13/upstream-merge-32188

[MIRROR] JSON feedback
This commit is contained in:
LetterJay
2017-11-22 18:42:34 -06:00
committed by GitHub
107 changed files with 1337 additions and 875 deletions
+1 -1
View File
@@ -567,7 +567,7 @@
message_admins("[key_name_admin(user)] has said '[log_message]' with a Voice of God, affecting [english_list(listeners)], with a power multiplier of [power_multiplier].")
log_game("[key_name(user)] has said '[log_message]' with a Voice of God, affecting [english_list(listeners)], with a power multiplier of [power_multiplier].")
SSblackbox.add_details("voice_of_god", log_message)
SSblackbox.record_feedback("tally", "voice_of_god", 1, log_message)
return cooldown
+1 -1
View File
@@ -61,7 +61,7 @@
return null
/datum/surgery/proc/complete()
SSblackbox.add_details("surgeries_completed", "[type]")
SSblackbox.record_feedback("tally", "surgeries_completed", 1, type)
qdel(src)