mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[CLB] Implemented Passionate Archaeologist
This commit is contained in:
parent
cd847932c2
commit
8bc4061e9b
3 changed files with 90 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ public class DamageTargetEffect extends OneShotEffect {
|
|||
if (message.equals("1")) {
|
||||
sb.append(" equal to the number of ");
|
||||
} else {
|
||||
if (message.startsWith("the") || message.startsWith("twice")) {
|
||||
if (message.startsWith("the") || message.startsWith("that") || message.startsWith("twice")) {
|
||||
sb.append(" equal to ");
|
||||
} else {
|
||||
sb.append(" for each ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue