[update] Allowed a parser to parse the first term with minus.

This commit is contained in:
2019-10-14 00:00:00 +00:00
parent 937a4fa09a
commit 16aeda8612
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,6 @@ $define beat {0}
$repeat i 100 {
A [$i*5+$beat..($i+1)*5+$beat] {
damage = 1;
damage = -1;
}
}