Skip to content

Commit

Permalink
Merge pull request #1288 from Charlie-Zheng/fix-hp-drops
Browse files Browse the repository at this point in the history
Fixed the default element of HP drops
  • Loading branch information
unleashurgeek authored Feb 14, 2023
2 parents 5ed166c + 4702584 commit 5444dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gcs/ast/parseTarget.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func parseTarget(p *Parser) (parseFn, error) {
var err error
var r enemy.EnemyProfile
r.Resist = make(map[attributes.Element]float64)
r.ParticleElement = attributes.NoElement
for n := p.next(); n.Typ != itemEOF; n = p.next() {
switch n.Typ {
case itemIdentifier:
Expand Down

0 comments on commit 5444dc8

Please sign in to comment.