mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'heydabop/1339-attack-cancel-interaction' into 'master'
Fixes #1339 - Allow attacks and abilities to interrupt sprite interaction Closes #1339 See merge request veloren/veloren!2864
This commit is contained in:
commit
3091c970f3
@ -112,6 +112,9 @@ impl CharacterBehavior for Data {
|
||||
},
|
||||
}
|
||||
|
||||
// Allow attacks and abilities to interrupt
|
||||
handle_wield(data, &mut update);
|
||||
|
||||
// At end of state logic so an interrupt isn't overwritten
|
||||
handle_state_interrupt(data, &mut update, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user