[MIRROR] Allergic Reaction Element (And direct_say proc) (#11359)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-09 14:18:49 -04:00
committed by GitHub
co-authored by Will C.L.
parent dd89859bba
commit f94efe06a4
30 changed files with 507 additions and 244 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
return (copytext(message, length(message)) == "!") ? 2 : 1
/datum/language/proc/broadcast(var/mob/living/speaker,var/message,var/speaker_mask)
log_say("(HIVE) [message]", speaker)
INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(log_say), "(HIVE) [message]", speaker) //CHOMP EDIT - TODO: FIX ME (selis logging pr)
add_verb(speaker, /mob/proc/adjust_hive_range)