Skip to content

Commit

Permalink
Disable MotC again for now
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixPflaum committed Nov 21, 2024
1 parent 77a9302 commit 94cd73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/common/vanilla/item_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ func init() {
})
})

core.NewItemEffect(MarkOfTheChampionPhys, func(agent core.Agent) {
/* core.NewItemEffect(MarkOfTheChampionPhys, func(agent core.Agent) {
character := agent.GetCharacter()
if character.CurrentTarget.MobType == proto.MobType_MobTypeUndead || character.CurrentTarget.MobType == proto.MobType_MobTypeDemon {
character.PseudoStats.MobTypeAttackPower += 150
Expand All @@ -2224,7 +2224,7 @@ func init() {
if character.CurrentTarget.MobType == proto.MobType_MobTypeUndead || character.CurrentTarget.MobType == proto.MobType_MobTypeDemon {
character.PseudoStats.MobTypeSpellPower += 85
}
})
}) */

core.NewItemEffect(MarkOfTheChosen, func(agent core.Agent) {
character := agent.GetCharacter()
Expand Down

0 comments on commit 94cd73d

Please sign in to comment.