Refactored formatting for easier reading of the code

This commit is contained in:
pankdm
2013-10-18 06:38:03 +00:00
parent f1a9f0d162
commit 38b4213f9c
3 changed files with 33 additions and 25 deletions

View File

@@ -910,7 +910,7 @@ public:
WEventLife * e = dynamic_cast<WEventLife *> (event);
if (!e) return 0;
if (sourceUntapped && source->isTapped() == 1)
return 0;
return 0;
if (!tc->canTarget(e->player)) return 0;
if (fromTc && !fromTc->canTarget(e->player)) return 0;
if (type == 1 && (e->amount > 0)) return 0;