Fix various template warnings (#32)
- Missing : - Deprecated = - Not valid color name - Must always return statement
This commit is contained in:
@@ -51,7 +51,7 @@ init script:
|
||||
# Use guild mana symbols?
|
||||
guild_mana := { styling.use_guild_mana_symbols }
|
||||
|
||||
pt := { if card.pt != "" then "-pt"}
|
||||
pt := { if card.pt != "" then "-pt" else ""}
|
||||
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
|
||||
Reference in New Issue
Block a user