Skip to content

Commit e2f7cf9

Browse files
committed
Remove incorrect comment
1 parent c4fa444 commit e2f7cf9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/reactable/lunarcrystallize.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func (r *Reactable) TryAddLCr(a *info.AttackEvent) bool {
5252
}
5353
}
5454
if moondriftsNearby < 3 {
55-
// TODO: It seems to always spawn 3 new ones?
5655
// TODO: Set accurate location for spawned moondrifts
5756
for i := range 3 - moondriftsNearby {
5857
moondrift := r.newLunarCrystallizeConstruct(r.self.Direction(), r.self.Pos().Add(moondriftOffset[i]))

0 commit comments

Comments
 (0)