mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user