mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
@@ -112,7 +112,7 @@
|
||||
COOLDOWN_START(src, summon_cooldown, 60 SECONDS)
|
||||
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()] [name], calling for your help!",
|
||||
"[user.real_name] is raising [user.p_their()] [name], calling for your help!",
|
||||
source = user,
|
||||
ignore_key = POLL_IGNORE_SPECTRAL_BLADE,
|
||||
header = "Spectral blade",
|
||||
|
||||
Reference in New Issue
Block a user