From 825760fb6c2200fc34d68f9d596f327bd776064e Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Tue, 12 Jul 2011 10:57:13 +0000 Subject: [PATCH] corrected blood lust code --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index cf4c80c59..09318b070 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -7014,10 +7014,11 @@ toughness=2 [card] name=Blood Lust target=creature -auto=teach(creature[toughness>=4] 4/-3 -auto=teach(creature[toughness=3] 4/-2 -auto=teach(creature[toughness=2] 4/-1 -auto=teach(creature[toughness=1] 4/0 +auto=teach(creature[toughness>=5]) 4/-4 +auto=teach(creature[toughness=4]) 4/-3 +auto=teach(creature[toughness=3]) 4/-2 +auto=teach(creature[toughness=2]) 4/-1 +auto=teach(creature[toughness=1]) 4/0 text=If target creature has toughness 5 or greater, it gets +4/-4 until end of turn. Otherwise, it gets +4/-X until end of turn, where X is its toughness minus 1. mana={1}{R} type=Instant