mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Additional Logging
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
M << "<span class='boldannounce'><i>[(ishuman(user) ? "Acolyte" : "Construct")] [user]:</i> [message]</span>"
|
||||
else //Emergency comms
|
||||
M << "<span class='ghostalert'><i>Acolyte ???:</i> [message]</span>"
|
||||
log_say("[user.real_name]/[user.key] : [message]")
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -754,6 +754,7 @@ datum/reagent/shadowling_blindness_smoke //Reagent used for above spell
|
||||
for(var/mob/M in mob_list)
|
||||
if(is_shadow_or_thrall(M) || (M in dead_mob_list))
|
||||
M << "<span class='shadowling'><b>\[Thrall\]</b><i> [usr.real_name]</i>: [text]</span>"
|
||||
log_say("[user.real_name]/[user.key] : [text]")
|
||||
|
||||
|
||||
// ASCENDANT ABILITIES BEYOND THIS POINT //
|
||||
@@ -909,6 +910,7 @@ datum/reagent/shadowling_blindness_smoke //Reagent used for above spell
|
||||
for(var/mob/M in mob_list)
|
||||
if(is_shadow_or_thrall(M) || (M in dead_mob_list))
|
||||
M << "<span class='shadowling'><b>\[Ascendant\]<i> [usr.real_name]</i>: [text]</b></span>" //Bigger text for ascendants.
|
||||
log_say("[user.real_name]/[user.key] : [text]")
|
||||
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/ascendant_transmit //Sends a message to the entire world. If this gets abused too much it can be removed safely
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
if(M == src.summoner || (M in dead_mob_list))
|
||||
M << "<span class='boldannounce'><i>[src]:</i> [input]</span>"
|
||||
src << "<span class='boldannounce'><i>[src]:</i> [input]</span>"
|
||||
log_say("[user.real_name]/[user.key] : [text]")
|
||||
|
||||
/mob/living/proc/guardian_comm()
|
||||
set name = "Communicate"
|
||||
@@ -146,6 +147,7 @@
|
||||
else if (M in dead_mob_list)
|
||||
M << "<span class='boldannounce'><i>[src]:</i> [input]</span>"
|
||||
src << "<span class='boldannounce'><i>[src]:</i> [input]</span>"
|
||||
log_say("[user.real_name]/[user.key] : [text]")
|
||||
|
||||
|
||||
//////////////////////////TYPES OF GUARDIANS
|
||||
|
||||
Reference in New Issue
Block a user