cast should go on source
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ impl Cast {
|
||||
let mut actions = vec![];
|
||||
|
||||
if self.skill.cast_animation() {
|
||||
actions.push({ Action::Cast { construct: self.target, skill: self.skill }});
|
||||
actions.push({ Action::Cast { construct: self.source, skill: self.skill }});
|
||||
}
|
||||
|
||||
actions.push(Action::Hit { construct: self.target, skill: self.skill });
|
||||
|
||||
Reference in New Issue
Block a user