fix: comment out unused attacks
This commit is contained in:
parent
dc61322c16
commit
0b77dc8857
1 changed files with 8 additions and 8 deletions
|
@ -5,12 +5,12 @@ return {
|
|||
{"homming", 5},
|
||||
{"tornado", 9},
|
||||
{"sonicwind", 9},
|
||||
{"spinattack", 15},
|
||||
{"sonicflare", 18},
|
||||
{"spindash", 26},
|
||||
{"soniccracker", 30},
|
||||
{"hommingattack", 35},
|
||||
{"bluetornado", 40},
|
||||
{"boost", 62},
|
||||
{"lightspeedattack", 70},
|
||||
-- {"spinattack", 15},
|
||||
-- {"sonicflare", 18},
|
||||
-- {"spindash", 26},
|
||||
-- {"soniccracker", 30},
|
||||
-- {"hommingattack", 35},
|
||||
-- {"bluetornado", 40},
|
||||
-- {"boost", 62},
|
||||
-- {"lightspeedattack", 70},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue