From 9f4d666eed2cb7328c1733ce2c230ecab9e98d11 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 24 Aug 2008 16:42:52 +0000 Subject: [PATCH] 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 --- data/magic.mse-game/keywords | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/magic.mse-game/keywords b/data/magic.mse-game/keywords index a586dfb7..6a8e9262 100644 --- a/data/magic.mse-game/keywords +++ b/data/magic.mse-game/keywords @@ -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: