Changes all uses of notify_ghosts to use the real names of mobs (#90919)

## About The Pull Request

Quite simple - this changes every direct mention of a mob in a
`notify_ghosts` message to use `[mob.real_name]` instead of just `[mob]`

## Why It's Good For The Game

makes things less confusing - ghosts can see easily their actual
identity anyways, so it's not like there's much of a reason _not_ to do
this.

## Changelog
🆑
qol: Ghost notifications will now use the real names of mobs when
something happens (i.e no more "Unknown has completed an ascension
ritual!")
/🆑
This commit is contained in:
Lucy
2025-05-08 19:20:12 -04:00
committed by Roxy
parent edde417747
commit 251d23530e
23 changed files with 37 additions and 27 deletions
@@ -72,7 +72,7 @@
eyeballies.Remove(target)
eyeballies.forceMove(get_turf(target))
notify_ghosts(
"[target] has just had their eyes snatched!",
"[target.real_name] has just had their eyes snatched!",
source = target,
header = "Ouch!",
)