Skip to content

Commit

Permalink
usr to src (#11164)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilDragonfiend authored Jul 8, 2024
1 parent e66b4de commit 68b6a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
current_name = changeling.mimicing
if(wear_mask && istype(wear_mask, /obj/item/clothing/mask))
var/obj/item/clothing/mask/modulator = wear_mask
current_name = modulator.get_name(usr, current_name)
current_name = modulator.get_name(src, current_name)
return current_name

/mob/living/carbon/human/IsVocal()
Expand Down

0 comments on commit 68b6a9e

Please sign in to comment.