Skip to content

Commit

Permalink
gotw may be cast in moonkin and tree forms as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed Aug 13, 2023
1 parent ed07b07 commit 5f0c224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/druid/fake_gotw.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (druid *Druid) registerFakeGotw() {
},
},
ExtraCastCondition: func(sim *core.Simulation, target *core.Unit) bool {
return druid.InForm(Humanoid)
return druid.InForm(Humanoid | Moonkin)
},
})
}

0 comments on commit 5f0c224

Please sign in to comment.