[FIN] Implement Zidane, Tantalus Thief

This commit is contained in:
theelk801 2025-05-20 19:14:31 -04:00
parent 28318fa598
commit dc149ec88a
3 changed files with 98 additions and 1 deletions

View file

@ -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;
}