Decrease suit and toon max run time in battles

This commit is contained in:
John 2015-08-29 16:14:26 +03:00
parent 5d56463f51
commit e2c4f64f22

View file

@ -229,8 +229,8 @@ class BattleBase:
posA]
suitSpeed = 4.8
toonSpeed = 8.0
maxTimeToon = 10.0
maxTimeSuit = 11.0
maxTimeToon = 3.0
maxTimeSuit = 4.0
def __init__(self):
self.pos = Point3(0, 0, 0)