summaryrefslogtreecommitdiff
path: root/battle/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'battle/common.py')
-rw-r--r--battle/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/common.py b/battle/common.py
index 21c97d2..649d852 100644
--- a/battle/common.py
+++ b/battle/common.py
@@ -104,9 +104,9 @@ def find_target(token, scope):
continue
except:
try:
- print("(%d) Faulty structure: %s" % (i, str(Battle[token][scope][i])))
+ stdout("(%d) Faulty structure: %s" % (i, str(Battle[token][scope][i])))
except:
- print("(%d) TOTALLY Faulty structure: %s" % (i, str(Battle[token][scope])))
+ stdout("(%d) TOTALLY Faulty structure: %s" % (i, str(Battle[token][scope])))
continue
continue
targets.append(i)