Put it in the say_log instead

This commit is contained in:
joep van der velden
2020-03-08 11:39:54 +01:00
parent 8393cc5436
commit 166d83892a
2 changed files with 1 additions and 2 deletions
@@ -59,7 +59,6 @@
var/tesla_ignore = FALSE
var/list/say_log = list() //a log of what we've said, plain text, no spans or junk, essentially just each individual "message"
var/list/whisper_log = list() //a log of what we've whispered, plain text, no spans or junk, essentially just each individual "message"
var/list/recent_tastes = list()
var/blood_volume = 0 //how much blood the mob has
+1 -1
View File
@@ -357,7 +357,7 @@ proc/get_radio_key_from_channel(var/channel)
var/message = multilingual_to_message(message_pieces)
whisper_log += message
say_log += "whisper: [message]"
log_whisper(message, src)
var/message_range = 1
var/eavesdropping_range = 2