Skip to content

Commit

Permalink
Removed print and added back in ApplySyncType
Browse files Browse the repository at this point in the history
  • Loading branch information
Horatio27 committed Dec 23, 2023
1 parent 0426bb5 commit 36e2c57
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 418 deletions.
6 changes: 0 additions & 6 deletions sim/core/attack.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package core

import (
"fmt"
"slices"
"time"

Expand Down Expand Up @@ -248,11 +247,6 @@ func (wa *WeaponAttack) getWeapon() *Weapon {

func (wa *WeaponAttack) setWeapon(weapon Weapon) {
wa.Weapon = weapon

if wa.spell == nil {
fmt.Println("Wepaon is null")
}

wa.spell.CritMultiplier = weapon.CritMultiplier
wa.updateSwingDuration(wa.curSwingSpeed)
}
Expand Down
Loading

0 comments on commit 36e2c57

Please sign in to comment.