[update] Allowed a parser to parse the first term with minus.
This commit is contained in:
@@ -2,6 +2,6 @@ $define beat {0}
|
||||
|
||||
$repeat i 100 {
|
||||
A [$i*5+$beat..($i+1)*5+$beat] {
|
||||
damage = 1;
|
||||
damage = -1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user