3.0.0 final touches (#84)

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
GenevensiS
2024-10-01 15:42:16 +02:00
committed by GitHub
parent 106e343851
commit 6960d85314
775 changed files with 2509 additions and 2817 deletions

View File

@@ -15,7 +15,7 @@ depends on:
version: 2007-09-23
depends on:
package: magic-modules.mse-include
version: 2024-05-20
version: 2024-10-01
depends on:
package: magic-mana-small.mse-symbol-font
version: 2007-09-23
@@ -97,7 +97,7 @@ init script:
+ template_suffix[type]
}
input_mixer := {
if input == "w" and (type == "card7" or type == "card8" or type == "card9")
if input == "w" and (type == "card7" or type == "card8" or type == "card9") and (card.card_color != "white")
then "h"
else input
}