From b168fea0b82e523bc02504690524d6c2fae97cf5 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 17 Jun 2024 19:09:25 -0400 Subject: [PATCH] Fix cardinal steam beam animation --- voxygen/anim/src/character/basic.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/voxygen/anim/src/character/basic.rs b/voxygen/anim/src/character/basic.rs index 7159cab3e0..20e5c1a4e7 100644 --- a/voxygen/anim/src/character/basic.rs +++ b/voxygen/anim/src/character/basic.rs @@ -1755,7 +1755,10 @@ impl Animation for BasicAction { // ================================== // NATURE SCEPTRE // ================================== - Some("common.abilities.sceptre.lifestealbeam") => { + Some( + "common.abilities.sceptre.lifestealbeam" + | "common.abilities.custom.cardinal.steambeam", + ) => { let move1 = move1base; let move2 = move2base; let move3 = move3base;