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".
This commit is contained in:
Y0SH1M4S73R
2021-07-14 04:11:59 -03:00
committed by GitHub
parent 0a1bffd10b
commit 38eabc1143
@@ -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="<a href=?src=[REF(src)];orbit=1>(Click to help)</a>",
source = user, ignore_key = POLL_IGNORE_SPECTRAL_BLADE, header = "Spectral blade")