Merge pull request #9930 from Novacat/nova-basicfixes

Slightly nerfs cold adaptation
This commit is contained in:
Novacat
2021-03-12 23:22:55 +00:00
committed by Chompstation Bot
parent 497304e20c
commit fea37c84c3
11 changed files with 16 additions and 16 deletions
@@ -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)