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

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1165 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-24 16:42:52 +00:00
parent 644268a72d
commit 9f4d666eed
+2 -2
View File
@@ -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: