Logging prio changes (#13174)

This commit is contained in:
farie82
2020-03-22 20:47:51 -06:00
committed by GitHub
parent 40a736b9d5
commit ebded4f39e
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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]")
add_attack_logs(user, null, "cast the spell [name]", ATKLOG_ALL)
spawn(0)
if(charge_type == "recharge" && recharge)
start_recharge()