mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
fix modlink from scryers not renaming the hologram to voice correctly (#29161)
* fix modlink from scryers not renaming the hologram to voice correctly * eh this should be H as well
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
if(H.voice != M.real_name)
|
||||
mod_link.visual.name = H.voice
|
||||
else
|
||||
mod_link.visual.name = M.name
|
||||
mod_link.visual.name = H.name
|
||||
else
|
||||
mod_link.visual.name = M.name
|
||||
mod_link.visual.atom_say(capitalize(multilingual_to_message(message_pieces)))
|
||||
@@ -306,6 +306,8 @@
|
||||
var/mob/living/carbon/human/H = M
|
||||
if(H.voice != M.real_name)
|
||||
mod_link.visual.name = H.voice
|
||||
else
|
||||
mod_link.visual.name = H.name
|
||||
else
|
||||
mod_link.visual.name = M.name
|
||||
mod_link.visual.atom_say(capitalize(multilingual_to_message(message_pieces)))
|
||||
|
||||
Reference in New Issue
Block a user