mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
Merge pull request #9930 from Novacat/nova-basicfixes
Slightly nerfs cold adaptation
This commit is contained in:
committed by
Chompstation Bot
parent
497304e20c
commit
fea37c84c3
@@ -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