mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Decrease suit and toon max run time in battles
This commit is contained in:
parent
5d56463f51
commit
e2c4f64f22
1 changed files with 2 additions and 2 deletions
|
@ -229,8 +229,8 @@ class BattleBase:
|
||||||
posA]
|
posA]
|
||||||
suitSpeed = 4.8
|
suitSpeed = 4.8
|
||||||
toonSpeed = 8.0
|
toonSpeed = 8.0
|
||||||
maxTimeToon = 10.0
|
maxTimeToon = 3.0
|
||||||
maxTimeSuit = 11.0
|
maxTimeSuit = 4.0
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.pos = Point3(0, 0, 0)
|
self.pos = Point3(0, 0, 0)
|
||||||
|
|
Loading…
Reference in a new issue