mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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:
co-authored by
Rhials
Bloop
parent
3e9bb6f118
commit
596b2f050e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user