mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Added audio playback of spell cast
This commit is contained in:
parent
0159615dba
commit
cf410fc64d
@ -32,5 +32,7 @@ public class Actioneer extends PassiveSystem {
|
||||
}
|
||||
|
||||
mSequence.create(entityId).sequence(mode, mMovementModes.get(entityId).NU);
|
||||
|
||||
Riiablo.audio.play(skill.stsound, true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user