mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Put it in the say_log instead
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user