[MIRROR] Converts some notify_ghosts args to bitflags, multilines all notify_ghosts calls [MDB IGNORE] (#24804)

* Converts some notify_ghosts args to bitflags, multilines all notify_ghosts calls

* Update supermatter.dm

* Modular

* More modular

* Update cortical_borer_egg.dm

---------

Co-authored-by: Rhials <28870487+Rhials@users.noreply.github.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-11-06 04:01:17 +01:00
committed by GitHub
parent 3e9bb6f118
commit 596b2f050e
66 changed files with 432 additions and 92 deletions
@@ -674,9 +674,13 @@
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()] [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")
notify_ghosts(
"[user] is raising [user.p_their()] [name], calling for your help!",
action = NOTIFY_ORBIT,
source = user,
ignore_key = POLL_IGNORE_SPECTRAL_BLADE,
header = "Spectral blade",
)
summon_cooldown = world.time + 600