mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Fixed a bug that caused the spell event sounds not to be played.
This commit is contained in:
@@ -68,7 +68,7 @@ public class EventVisualizer extends IGameEventVisitor.Base<SoundEffectType> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Card source = evt.spell.getSourceCard();
|
Card source = evt.spell.getSourceCard();
|
||||||
if (!evt.spell.isSpell()) {
|
if (evt.spell.isSpell()) {
|
||||||
// if there's a specific effect for this particular card, play it and
|
// if there's a specific effect for this particular card, play it and
|
||||||
// we're done.
|
// we're done.
|
||||||
if (hasSpecificCardEffect(source)) {
|
if (hasSpecificCardEffect(source)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user