|
@@ -2722,7 +2722,7 @@ class ColoScript(object):
|
|
if 'turns left' in line:
|
|
if 'turns left' in line:
|
|
work = line[19:].replace(' turns left.', '').strip()
|
|
work = line[19:].replace(' turns left.', '').strip()
|
|
self.turns = work
|
|
self.turns = work
|
|
- log.info("TURNS LEFT: {0}".format(self.turns))
|
|
|
|
|
|
+ log.debug("TURNS LEFT: {0}".format(self.turns))
|
|
if int(self.turns) < 200:
|
|
if int(self.turns) < 200:
|
|
self.send2player("\r" + Boxes.alert("Low Turns! ({0})".format(self.turns)))
|
|
self.send2player("\r" + Boxes.alert("Low Turns! ({0})".format(self.turns)))
|
|
self.deactivate()
|
|
self.deactivate()
|