mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Update code/modules/spells/targeted/absorb.dm
removed unnecessary bracket Co-authored-by: DamianX <DamianX@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
for(var/spell/targetspell in C.spell_list)
|
||||
if(!is_type_in_list(targetspell, L.spell_list))
|
||||
to_chat(holder, "<span class='notice'>You asborb the magical energies from your foe and have learned [targetspell.name]!</span>")
|
||||
L.attack_log += text("\[[time_stamp()]\] <font color='orange'>[L.real_name] ([L.ckey]) absorbed the spell [targetspell.name] from [C.real_name] ([C.ckey]).</font>")
|
||||
L.attack_log += "\[[time_stamp()]\] <font color='orange'>[L.real_name] ([L.ckey]) absorbed the spell [targetspell.name] from [C.real_name] ([C.ckey]).</font>"
|
||||
C.remove_spell(targetspell)
|
||||
L.add_spell(targetspell)
|
||||
to_chat(world, "[targetspell.type]")
|
||||
@@ -58,4 +58,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user