mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38: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
@@ -39,7 +39,12 @@
|
||||
if(deadchat_mode & ANARCHY_MODE) // Choose one, please.
|
||||
stack_trace("deadchat_control component added to [parent.type] with both democracy and anarchy modes enabled.")
|
||||
timerid = addtimer(CALLBACK(src, PROC_REF(democracy_loop)), input_cooldown, TIMER_STOPPABLE | TIMER_LOOP)
|
||||
notify_ghosts("[parent] is now deadchat controllable!", source = parent, action = NOTIFY_ORBIT, header="Something Interesting!")
|
||||
notify_ghosts(
|
||||
"[parent] is now deadchat controllable!",
|
||||
source = parent,
|
||||
action = NOTIFY_ORBIT,
|
||||
header = "Something Interesting!",
|
||||
)
|
||||
if(!ismob(parent) && !SSpoints_of_interest.is_valid_poi(parent))
|
||||
SSpoints_of_interest.make_point_of_interest(parent)
|
||||
generated_point_of_interest = TRUE
|
||||
|
||||
Reference in New Issue
Block a user