Technomancer log adjustments (#7978)

* Technomancer log adjustments

Moves Projectiles from admin logs to attack logs, to reduce spam. May also move other spells too.

* Update projectile.dm

* More ports!

* Forgot to delete an old admin log

* Modifier has no user.
This commit is contained in:
Novacat
2021-03-18 04:51:23 -04:00
committed by GitHub
parent e4962d9f9f
commit c5a145b8c1
10 changed files with 15 additions and 15 deletions

View File

@@ -45,7 +45,7 @@
return
var/obj/item/weapon/inserted_spell/inserted = new inserting(L,user,src)
inserted.spell_power_at_creation = calculate_spell_power(1.0)
log_and_message_admins("has casted [src] on [L].")
add_attack_logs(user,L,"Casted [src]")
qdel(src)
/obj/item/weapon/spell/insert/on_melee_cast(atom/hit_atom, mob/user)