[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-05 22:01:17 -05:00
committed by GitHub
co-authored by Rhials Bloop
parent 3e9bb6f118
commit 596b2f050e
66 changed files with 432 additions and 92 deletions
@@ -26,7 +26,13 @@
. = ..()
var/area/area = get_area(src)
if(area)
notify_ghosts("A drone shell has been created in \the [area.name].", source = src, action = NOTIFY_PLAY, flashwindow = FALSE, ignore_key = POLL_IGNORE_DRONE, notify_suiciders = FALSE)
notify_ghosts(
"A drone shell has been created in \the [area.name].",
source = src,
action = NOTIFY_PLAY,
notify_flags = (GHOST_NOTIFY_IGNORE_MAPLOAD),
ignore_key = POLL_IGNORE_DRONE,
)
/obj/effect/mob_spawn/ghost_role/drone/allow_spawn(mob/user, silent = FALSE)
var/client/user_client = user.client