mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user