mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[CLB] Fix Thunderwave damage. Closes #9253.
This commit is contained in:
parent
79234b4059
commit
2e7a72d0e8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class ThunderwaveEffect extends OneShotEffect {
|
|||
StaticFilters.FILTER_PERMANENT_CREATURE, source.getControllerId(), source, game
|
||||
)) {
|
||||
if (!permanent.getId().equals(target.getFirstTarget())) {
|
||||
permanent.damage(6, source, game);
|
||||
permanent.damage(3, source, game);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue