From 38eabc11437d634033bb0cdc32639068fb9b00bd Mon Sep 17 00:00:00 2001 From: Y0SH1M4S73R Date: Wed, 14 Jul 2021 03:11:59 -0400 Subject: [PATCH] Corrects the grammar of spectral blade ghost notifications (#60189) Uses src.name instead of src in the spectral blade's ghost notifications so that you see "his/her/their spectral blade" instead of "his/her/their the spectral blade". --- code/modules/mining/lavaland/necropolis_chests.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 4cb61f1028d..6e58ad9993f 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -874,7 +874,7 @@ return to_chat(user, span_notice("You call out for aid, attempting to summon spirits to your side.")) - notify_ghosts("[user] is raising [user.p_their()] [src], calling for your help!", + notify_ghosts("[user] is raising [user.p_their()] [name], calling for your help!", enter_link="(Click to help)", source = user, ignore_key = POLL_IGNORE_SPECTRAL_BLADE, header = "Spectral blade")