mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Another runtime fix, I believe this to originally be caused by the automatic arrival announcement thing not having a source mob
This commit is contained in:
@@ -412,7 +412,9 @@ var
|
||||
// Does not display message; displayes the mob's voice_message (ie "chimpers")
|
||||
|
||||
if (length(heard_voice))
|
||||
var/rendered = "[part_a][vname][part_b][M.voice_message][part_c]"
|
||||
var/rendered = ""
|
||||
if(M)
|
||||
rendered = "[part_a][vname][part_b][M.voice_message][part_c]"
|
||||
|
||||
for (var/mob/R in heard_voice)
|
||||
if(istype(R, /mob/living/silicon/ai))
|
||||
|
||||
Reference in New Issue
Block a user