mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[FIN] Implement Zidane, Tantalus Thief
This commit is contained in:
parent
28318fa598
commit
dc149ec88a
3 changed files with 98 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ foreach my $setName (keys %{$cards{$originalName}}) {
|
|||
print $last;
|
||||
}
|
||||
# print card line as last
|
||||
if (defined($currName) && ($cardName cmp $currName) > 0) {
|
||||
if (defined($currName) && ($cardName cmp $currName) > -1) {
|
||||
print $line;
|
||||
undef $currName;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue