Skip to content

Commit

Permalink
Fix magic wood
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Dec 24, 2022
1 parent 12a2375 commit 3d22888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spells/iface/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ func ChooseSpells() []Spell {
}

for i := 0; i < len(AllSpells); i++ {
if AllSpells[i].GetName() == "Magic Wood" {
spells[1] = AllSpells[i]
}
//if AllSpells[i].GetName() == "Magic Wood" {
// spells[1] = AllSpells[i]
//}
}
return spells
}

0 comments on commit 3d22888

Please sign in to comment.