mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user