Commit 92590385 authored by twanvl's avatar twanvl

There is no need for the +0 in "cmc(param) + 0"

parent 47720b37
......@@ -38,12 +38,12 @@ keyword parameter type:
name: converted mana cost
description: Converts mana to number
# "0" left in so users can easily see how to edit script.
script: \{cmc({input}) + 0\}
script: \{cmc({input})\}
refer script:
name: colored mana cost
description: Converts mana to number of colored mana
# "0" left in so users can easily see how to edit script.
script: \{colored_mana({input}) + 0\}
script: \{colored_mana({input})\}
# By pichoro and bunnierein
keyword parameter type:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment