mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Improved logging (#13208)
* Death is logged. hiveminds and robot talk is logged * Added channels to the say log * Shuttle logging * Spell targets logging
This commit is contained in:
@@ -241,7 +241,7 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell))
|
||||
before_cast(targets)
|
||||
invocation()
|
||||
if(user && user.ckey)
|
||||
add_attack_logs(user, null, "cast the spell [name]", ATKLOG_ALL)
|
||||
add_attack_logs(user, targets, "cast the spell [name]", ATKLOG_ALL)
|
||||
spawn(0)
|
||||
if(charge_type == "recharge" && recharge)
|
||||
start_recharge()
|
||||
|
||||
Reference in New Issue
Block a user