mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix cardinal steam beam animation
This commit is contained in:
parent
45b17feccd
commit
b168fea0b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user