diff --git a/data/skill/magic/spell_projectiles.tables.toml b/data/skill/magic/spell_projectiles.tables.toml index 497a982d3e..7d983eea2e 100644 --- a/data/skill/magic/spell_projectiles.tables.toml +++ b/data/skill/magic/spell_projectiles.tables.toml @@ -8,7 +8,7 @@ end_height_default = -1 [.ice_barrage] end_height = 0 -[.bind] +[.bind_projectile] gfx = "bind" end_height = 0 diff --git a/data/skill/magic/spells.tables.toml b/data/skill/magic/spells.tables.toml index 4900e3455c..c140a00bac 100644 --- a/data/skill/magic/spells.tables.toml +++ b/data/skill/magic/spells.tables.toml @@ -149,7 +149,7 @@ freeze_ticks = 8 graphic = "bind_cast" animation = "bind" animation_staff = "bind_staff" -projectiles = ["spell_projectiles.bind"] +projectiles = ["spell_projectiles.bind_projectile"] [.snare] clone = "bind"